Navigation
API > API/Plugins > API/Plugins/PropertyAnimator > API/Plugins/PropertyAnimator/Animators
Inheritance Hierarchy
- UObject
- IPropertyAnimatorCorePresetable
- UPropertyAnimatorCoreBase
- UPropertyAnimatorNumericBase
- UPropertyAnimatorPulse
References
| Module | PropertyAnimator |
| Header | /Engine/Plugins/Experimental/PropertyAnimator/Source/PropertyAnimator/Public/Animators/PropertyAnimatorPulse.h |
| Include | #include "Animators/PropertyAnimatorPulse.h" |
Syntax
UCLASS (MinimalAPI, AutoExpandCategories=("Animator"))
class UPropertyAnimatorPulse : public UPropertyAnimatorNumericBase
Remarks
The wave function to feed current time elapsed Applies an additive pulse movement with various options on supported float properties
Variables
| Type | Name | Description | |
|---|---|---|---|
| EPropertyAnimatorEasingFunction | EasingFunction | The easing function to use to modify the base effect | |
| EPropertyAnimatorEasingType | EasingType | The type of effect for easing function |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EPropertyAnimatorEasingFunction | |||
| EPropertyAnimatorEasingType | |||
| void | SetEasingFunction
(
EPropertyAnimatorEasingFunction InEasingFunction |
||
| void | SetEasingType
(
EPropertyAnimatorEasingType InEasingType |
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 |