Navigation
API > API/Plugins > API/Plugins/PropertyAnimator > API/Plugins/PropertyAnimator/Animators
References
| Module | PropertyAnimator |
| Header | /Engine/Plugins/Experimental/PropertyAnimator/Source/PropertyAnimator/Public/Animators/PropertyAnimatorOscillate.h |
| Include | #include "Animators/PropertyAnimatorOscillate.h" |
Syntax
enum EPropertyAnimatorOscillateFunction
{
Sine,
Cosine,
Square,
InvertedSquare,
Sawtooth,
Triangle,
}
Values
| Name | Description |
|---|---|
| Sine | |
| Cosine | |
| Square | |
| InvertedSquare | |
| Sawtooth | |
| Triangle |