Navigation
API > API/Runtime > API/Runtime/MediaUtils
| |
|
| Name |
FMediaPlayerTrackOptions |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/MediaUtils/Public/MediaPlayerOptions.h |
| Include Path |
#include "MediaPlayerOptions.h" |
Syntax
USTRUCT (BlueprintType )
struct FMediaPlayerTrackOptions
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FMediaPlayerTrackOptions()
|
|
MediaPlayerOptions.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Audio |
int32 |
|
MediaPlayerOptions.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Tracks"
|
| Caption |
int32 |
|
MediaPlayerOptions.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Tracks"
|
| Metadata |
int32 |
|
MediaPlayerOptions.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Tracks"
|
| Script |
int32 |
|
MediaPlayerOptions.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Tracks"
|
| Subtitle |
int32 |
|
MediaPlayerOptions.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Tracks"
|
| Text |
int32 |
|
MediaPlayerOptions.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Tracks"
|
| Video |
int32 |
|
MediaPlayerOptions.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Tracks"
|
Functions
Public
Operators
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Check if this Media Player Track Options is not equal to another one. |
MediaPlayerOptions.h |
|