Navigation
API > API/Plugins > API/Plugins/PropertyAnimator > API/Plugins/PropertyAnimator/Animators
Inheritance Hierarchy
- UObject
- UPropertyAnimatorCoreBase
- UPropertyAnimatorFloatBase
- UPropertyAnimatorOscillate
References
| Module | PropertyAnimator |
| Header | /Engine/Plugins/Experimental/PropertyAnimator/Source/PropertyAnimator/Public/Animators/PropertyAnimatorOscillate.h |
| Include | #include "Animators/PropertyAnimatorOscillate.h" |
Syntax
UCLASS (MinimalAPI, AutoExpandCategories=("Animator"))
class UPropertyAnimatorOscillate : public UPropertyAnimatorFloatBase
Remarks
Applies an additive regular oscillate movement with various options on supported float properties
Variables
| Type | Name | Description | |
|---|---|---|---|
| EPropertyAnimatorOscillateFunction | OscillateFunction | The oscillate function to feed current time elapsed |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| EPropertyAnimatorOscillateFunction | |||
| void | SetOscillateFunction
(
EPropertyAnimatorOscillateFunction InFunction |
Overridden from UPropertyAnimatorFloatBase
| Type | Name | Description | |
|---|---|---|---|
| float | Evaluate
(
double InTimeElapsed, |
Evaluate and return float value for a property |
Constants
| Name | Description |
|---|---|
| DefaultControllerName |