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