Navigation
API > API/Plugins > API/Plugins/MediaFrameworkUtilities > API/Plugins/MediaFrameworkUtilities/Profile
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMediaProfileSettings
References
| Module | MediaFrameworkUtilities |
| Header | /Engine/Plugins/Media/MediaFrameworkUtilities/Source/MediaFrameworkUtilities/Public/Profile/MediaProfileSettings.h |
| Include | #include "Profile/MediaProfileSettings.h" |
Syntax
UCLASS&40;Config&61;Game, defaultconfig&41;
class UMediaProfileSettings : public UObject
Remarks
Settings for the media profile.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bApplyInCommandlet | Apply the startup media profile even when we are running a commandlet. | |
| FSimpleMulticastDelegate | OnMediaProxiesChanged | Called when a proxy changed. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMediaProfile * | Get the media profile used by the engine. | ||
| TArray< UProxyMediaOutput * > | Get all the media output proxy. | ||
| TArray< UProxyMediaSource * > | Get all the media source proxy. | ||
| void | SetMediaOutputProxy
(
const TArray< UProxyMediaOutput* >& Proxies |
Set the media proxies used by the engine. | |
| void | SetMediaSourceProxy
(
const TArray< UProxyMediaSource* >& Proxies |
Set the media proxies used by the engine. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |