Navigation
API > API/Plugins > API/Plugins/PropertyAnimator
| Name | EPropertyAnimatorCycleMode |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimator/Source/PropertyAnimator/Public/Animators/PropertyAnimatorNumericBase.h |
| Include Path | #include "Animators/PropertyAnimatorNumericBase.h" |
Syntax
enum EPropertyAnimatorCycleMode
{
UMETA =(Hidden),
DoOnce,
Loop,
PingPong,
}
Values
| Name | Remarks |
|---|---|
| UMETA | Disable cycle options |
| DoOnce | Cycle only once then stop |
| Loop | Cycle and repeat once we reached the end |
| PingPong | Cycle and reverse repeat |