Navigation
API > API/Editor > API/Editor/VREditor
Stores the animation playback state of a VR UI element
| Name | EVREditorAnimationState |
| Type | enum |
| Header File | /Engine/Source/Editor/VREditor/Public/UI/VREditorUISystem.h |
| Include Path | #include "UI/VREditorUISystem.h" |
Syntax
enum EVREditorAnimationState
{
None,
Forward,
Backward,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Forward | |
| Backward |