Navigation
API > API/Plugins > API/Plugins/MediaFrameworkUtilities > API/Plugins/MediaFrameworkUtilities/UMediaProfilePlaybackManager
Arguments that control what happens when a media source is closed
| Name | FCloseSourceArgs |
| Type | struct |
| Header File | /Engine/Plugins/Media/MediaFrameworkUtilities/Source/MediaFrameworkUtilities/Public/Profile/MediaProfilePlaybackManager.h |
| Include Path | #include "Profile/MediaProfilePlaybackManager.h" |
Syntax
struct FCloseSourceArgs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCloseSourceArgs() |
Profile/MediaProfilePlaybackManager.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDestroyMediaPlayer | bool | Indicates that the media player should be destroyed after closing | Profile/MediaProfilePlaybackManager.h | |
| bForceClose | bool | Indicates that the media source should be closed even if it still has active consumers | Profile/MediaProfilePlaybackManager.h | |
| bSoftClose | bool | Indicates that the media source should stay open even if there are no active consumers | Profile/MediaProfilePlaybackManager.h | |
| Consumer | void * | The consumer requesting the media source be closed | Profile/MediaProfilePlaybackManager.h |