Navigation
API > API/Plugins > API/Plugins/PropertyAnimator > API/Plugins/PropertyAnimator/Animators
Inheritance Hierarchy
- UObject
- UPropertyAnimatorCoreBase
- UPropertyAnimatorFloatBase
- 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 UPropertyAnimatorFloatBase
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 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| EPropertyAnimatorEasingFunction | |||
| EPropertyAnimatorEasingType | |||
| void | SetEasingFunction
(
EPropertyAnimatorEasingFunction InEasingFunction |
||
| void | SetEasingType
(
EPropertyAnimatorEasingType InEasingType |
Overridden from UPropertyAnimatorFloatBase
| Type | Name | Description | |
|---|---|---|---|
| float | Evaluate
(
double InTimeElapsed, |
Evaluate and return float value for a property |
Constants
| Name | Description |
|---|---|
| DefaultControllerName |