Navigation
API > API/Plugins > API/Plugins/MediaFrameworkUtilities > API/Plugins/MediaFrameworkUtilities/Profile
References
| Module | MediaFrameworkUtilities |
| Header | /Engine/Plugins/Media/MediaFrameworkUtilities/Source/MediaFrameworkUtilities/Public/Profile/IMediaProfileManager.h |
| Include | #include "Profile/IMediaProfileManager.h" |
Syntax
class IMediaProfileManager
Destructors
| Type | Name | Description | |
|---|---|---|---|
| IMediaProfileManager structors |
Functions
| Type | Name | Description | |
|---|---|---|---|
| IMediaProfileManager & | Get () |
||
| TArray< UProxyMediaOutput * > | Get all the media output proxy. | ||
| TArray< UProxyMediaSource * > | Get all the media source proxy. | ||
| UMediaProfile * | Get the current profile used by the manager. Can be null. | ||
| FOnMediaProfileChanged & | Delegate for media profile changed event | ||
| void | SetCurrentMediaProfile
(
UMediaProfile* InMediaProfile |
Set the current profile used by the manager. |
Typedefs
| Name | Description |
|---|---|
| FOnMediaProfileChanged | Delegate type for media profile changed event |