Navigation
API > API/Plugins > API/Plugins/PropertyAnimator > API/Plugins/PropertyAnimator/Animators
Inheritance Hierarchy
- UObject
- UPropertyAnimatorCoreBase
- UPropertyAnimatorFloatBase
- UPropertyAnimatorBounce
References
| Module | PropertyAnimator |
| Header | /Engine/Plugins/Experimental/PropertyAnimator/Source/PropertyAnimator/Public/Animators/PropertyAnimatorBounce.h |
| Include | #include "Animators/PropertyAnimatorBounce.h" |
Syntax
UCLASS (MinimalAPI, AutoExpandCategories=("Animator"))
class UPropertyAnimatorBounce : public UPropertyAnimatorFloatBase
Remarks
Applies an additive bounce movement with various options on supported float properties
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bInvertEffect | Invert the effect result |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| void | |||
| void | SetInvertEffect
(
bool bInvert |
Overridden from UPropertyAnimatorFloatBase
| Type | Name | Description | |
|---|---|---|---|
| float | Evaluate
(
double InTimeElapsed, |
Evaluate and return float value for a property |
Constants
| Name | Description |
|---|---|
| DefaultControllerName |