Navigation
API > API/Plugins > API/Plugins/MediaPlate
| |
|
| Name |
EMediaPlateEventState |
| Type |
enum |
| Header File |
/Engine/Plugins/Media/MediaPlate/Source/MediaPlate/Public/MediaPlateComponent.h |
| Include Path |
#include "MediaPlateComponent.h" |
Syntax
enum EMediaPlateEventState
{
Play,
Open,
Close,
Pause,
Reverse,
Forward,
Rewind,
Next,
Previous,
PlayReverse,
JumpToEnd,
StepForward,
StepBackward,
MAX,
}
Values
| Name |
Remarks |
| Play |
|
| Open |
|
| Close |
|
| Pause |
|
| Reverse |
|
| Forward |
|
| Rewind |
|
| Next |
|
| Previous |
|
| PlayReverse |
|
| JumpToEnd |
|
| StepForward |
|
| StepBackward |
|
| MAX |
|