Navigation
API > API/Runtime > API/Runtime/MediaUtils
References
| Module | MediaUtils |
| Header | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerOptions.h |
| Include | #include "MediaPlayerOptions.h" |
Syntax
struct FMediaPlayerOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| EMediaPlayerOptionBooleanOverride | Loop | ||
| EMediaPlayerOptionBooleanOverride | PlayOnOpen | ||
| FTimespan | SeekTime | ||
| FMediaPlayerTrackOptions | Tracks |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FMediaPlayerOptions& Other |
Check if this Media Options is not equal to another one. |