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