Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCore
| |
|
| Name |
EPropertyAnimatorCoreManualStatus |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/TimeSources/PropertyAnimatorCoreManualTimeSource.h |
| Include Path |
#include "TimeSources/PropertyAnimatorCoreManualTimeSource.h" |
Syntax
enum EPropertyAnimatorCoreManualStatus
{
Stopped,
Paused,
PlayingForward,
PlayingBackward,
}
Values
| Name |
Remarks |
| Stopped |
Animation is done |
| Paused |
Animation is paused |
| PlayingForward |
Animation is playing |
| PlayingBackward |
Animation is playing in reverse |