Navigation
API > API/Plugins > API/Plugins/PropertyAnimator > API/Plugins/PropertyAnimator/Animators
Inheritance Hierarchy
- UObject
- IPropertyAnimatorCorePresetable
- UPropertyAnimatorCoreBase
- UPropertyAnimatorNumericBase
- UPropertyAnimatorWiggle
References
| Module | PropertyAnimator |
| Header | /Engine/Plugins/Experimental/PropertyAnimator/Source/PropertyAnimator/Public/Animators/PropertyAnimatorWiggle.h |
| Include | #include "Animators/PropertyAnimatorWiggle.h" |
Syntax
UCLASS (MinimalAPI, AutoExpandCategories=("Animator"))
class UPropertyAnimatorWiggle : public UPropertyAnimatorNumericBase
Remarks
Applies a random wiggle movement with various options on supported numeric properties
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Frequency | Frequency for the effect, higher values will give you faster movements |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetFrequency () |
||
| void | SetFrequency
(
float InFrequency |
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 |
Overridden from IPropertyAnimatorCorePresetable
| Type | Name | Description | |
|---|---|---|---|
| bool | ExportPreset
(
const UPropertyAnimatorCorePresetBase* InPreset, |
Export a specific preset | |
| bool | ImportPreset
(
const UPropertyAnimatorCorePresetBase* InPreset, |
Import a specific preset |