Navigation
API > API/Plugins > API/Plugins/PropertyAnimator
Applies a random wiggle movement with various options on supported numeric properties
| Name | UPropertyAnimatorWiggle |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimator/Source/PropertyAnimator/Public/Animators/PropertyAnimatorWiggle.h |
| Include Path | #include "Animators/PropertyAnimatorWiggle.h" |
Syntax
UCLASS (MinimalAPI, AutoExpandCategories=("Animator"))
class UPropertyAnimatorWiggle : public UPropertyAnimatorNumericBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPropertyAnimatorCoreBase → UPropertyAnimatorNumericBase → UPropertyAnimatorWiggle
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPropertyAnimatorWiggle() |
Animators/PropertyAnimatorWiggle.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetFrequency() |
Animators/PropertyAnimatorWiggle.h | ||
void SetFrequency
(
float InFrequency |
Animators/PropertyAnimatorWiggle.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/PropertyAnimatorWiggle.h |
Overridden from UPropertyAnimatorCoreBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnAnimatorRegistered
(
FPropertyAnimatorCoreMetadata& InMetadata |
Animators/PropertyAnimatorWiggle.h |
Overridden from IPropertyAnimatorCorePresetable
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ExportPreset
(
const UPropertyAnimatorCorePresetBase* InPreset, |
Animators/PropertyAnimatorWiggle.h | ||
virtual bool ImportPreset
(
const UPropertyAnimatorCorePresetBase* InPreset, |
Animators/PropertyAnimatorWiggle.h |