Navigation
API > API/Plugins > API/Plugins/PropertyAnimator > API/Plugins/PropertyAnimator/Animators
Inheritance Hierarchy
- UObject
- IPropertyAnimatorCorePresetable
- UPropertyAnimatorCoreBase
- UPropertyAnimatorNumericBase
- 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 UPropertyAnimatorNumericBase
Remarks
Applies an additive bounce movement with various options on supported float properties
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bInvertEffect | Invert the effect result |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| void | |||
| void | SetInvertEffect
(
bool bInvert |
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 |