Navigation
API > API/Plugins > API/Plugins/PropertyAnimator > API/Plugins/PropertyAnimator/Animators
Inheritance Hierarchy
- UObject
- IPropertyAnimatorCorePresetable
- UPropertyAnimatorCoreBase
- UPropertyAnimatorNumericBase
- 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 UPropertyAnimatorNumericBase
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 |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EPropertyAnimatorOscillateFunction | |||
| void | SetOscillateFunction
(
EPropertyAnimatorOscillateFunction InFunction |
Overridden from UPropertyAnimatorNumericBase
| Type | Name | Description | |
|---|---|---|---|
| bool | EvaluateProperty
(
const FPropertyAnimatorCoreData& InPropertyData, |
Evaluate and return float value for a property |
Overridden from UPropertyAnimatorCoreBase
| Type | Name | Description | |
|---|---|---|---|
| void | OnAnimatorRegistered
(
FPropertyAnimatorCoreMetadata& InMetadata |