Navigation
API > API/Plugins > API/Plugins/PropertyAnimator
| |
|
| Name |
EPropertyAnimatorOscillateFunction |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/PropertyAnimator/Source/PropertyAnimator/Public/Animators/PropertyAnimatorOscillate.h |
| Include Path |
#include "Animators/PropertyAnimatorOscillate.h" |
Syntax
enum EPropertyAnimatorOscillateFunction
{
Sine,
Cosine,
Square,
InvertedSquare,
Sawtooth,
Triangle,
}
Values
| Name |
Remarks |
| Sine |
|
| Cosine |
|
| Square |
|
| InvertedSquare |
|
| Sawtooth |
|
| Triangle |
|