Navigation
API > API/Plugins > API/Plugins/PropertyAnimator
Applies an additive regular oscillate movement with various options on supported float properties
| Name | UPropertyAnimatorOscillate |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimator/Source/PropertyAnimator/Public/Animators/PropertyAnimatorOscillate.h |
| Include Path | #include "Animators/PropertyAnimatorOscillate.h" |
Syntax
UCLASS (MinimalAPI, AutoExpandCategories=("Animator"), Hidden,
Meta=(Deprecated, DeprecationMessage="Use preset oscillate animator based on curve instead"))
class UPropertyAnimatorOscillate : public UPropertyAnimatorNumericBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPropertyAnimatorCoreBase → UPropertyAnimatorNumericBase → UPropertyAnimatorOscillate
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EPropertyAnimatorOscillateFunction GetOscillateFunction() |
Animators/PropertyAnimatorOscillate.h | ||
void SetOscillateFunction
(
EPropertyAnimatorOscillateFunction InFunction |
Animators/PropertyAnimatorOscillate.h |
Protected
Overridden from UPropertyAnimatorNumericBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool EvaluateProperty
(
const FPropertyAnimatorCoreData& InPropertyData, |
Evaluate and return float value for a property | Animators/PropertyAnimatorOscillate.h |
Overridden from UPropertyAnimatorCoreBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnAnimatorRegistered
(
FPropertyAnimatorCoreMetadata& InMetadata |
Animators/PropertyAnimatorOscillate.h |