Navigation
API > API/Plugins > API/Plugins/PropertyAnimator > API/Plugins/PropertyAnimator/Animators
Inheritance Hierarchy
- UObject
- IPropertyAnimatorCorePresetable
- UPropertyAnimatorCoreBase
- UPropertyAnimatorNumericBase
- UPropertyAnimatorCurve
References
| Module | PropertyAnimator |
| Header | /Engine/Plugins/Experimental/PropertyAnimator/Source/PropertyAnimator/Public/Animators/PropertyAnimatorCurve.h |
| Include | #include "Animators/PropertyAnimatorCurve.h" |
Syntax
UCLASS (MinimalAPI, AutoExpandCategories=("Animator"))
class UPropertyAnimatorCurve : public UPropertyAnimatorNumericBase
Remarks
Applies a wave movement from a curve on supported float properties
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEaseInEnabled | Use ease in effect | |
| bool | bEaseOutEnabled | Use ease out effect | |
| FPropertyAnimatorCurveEasing | EaseIn | Ease in for this effect | |
| FPropertyAnimatorCurveEasing | EaseOut | Ease out for this effect | |
| TObjectPtr< UPropertyAnimatorWaveCurve > | WaveCurve | The base curve to sample for the animation |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FPropertyAnimatorCurveEasing & | GetEaseIn () |
||
| bool | |||
| const FPropertyAnimatorCurveEasing & | GetEaseOut () |
||
| bool | |||
| UPropertyAnimatorWaveCurve * | GetWaveCurve () |
||
| void | |||
| void | |||
| void | SetEaseIn
(
const FPropertyAnimatorCurveEasing& InEasing |
||
| void | SetEaseInEnabled
(
bool bInEnabled |
||
| void | SetEaseOut
(
const FPropertyAnimatorCurveEasing& InEasing |
||
| void | SetEaseOutEnabled
(
bool bInEnabled |
||
| void | SetWaveCurve
(
UPropertyAnimatorWaveCurve* InCurve |
Overridden from UPropertyAnimatorNumericBase
| Type | Name | Description | |
|---|---|---|---|
| bool | EvaluateProperty
(
const FPropertyAnimatorCoreData& InPropertyData, |
Evaluate and return float value for a property | |
| void |
Overridden from UPropertyAnimatorCoreBase
| Type | Name | Description | |
|---|---|---|---|
| void | OnAnimatorRegistered
(
FPropertyAnimatorCoreMetadata& InMetadata |
||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& InPropertyChangedEvent |
Overridden from IPropertyAnimatorCorePresetable
| Type | Name | Description | |
|---|---|---|---|
| bool | ExportPreset
(
const UPropertyAnimatorCorePresetBase* InPreset, |
Export a specific preset | |
| bool | ImportPreset
(
const UPropertyAnimatorCorePresetBase* InPreset, |
Import a specific preset |