Navigation
API > API/Plugins > API/Plugins/PropertyAnimator > API/Plugins/PropertyAnimator/Animators
Inheritance Hierarchy
- UObject
- IPropertyAnimatorCorePresetable
- UPropertyAnimatorCoreBase
- UPropertyAnimatorNumericBase
- UPropertyAnimatorTime
References
| Module | PropertyAnimator |
| Header | /Engine/Plugins/Experimental/PropertyAnimator/Source/PropertyAnimator/Public/Animators/PropertyAnimatorTime.h |
| Include | #include "Animators/PropertyAnimatorTime.h" |
Syntax
UCLASS (MinimalAPI, AutoExpandCategories=("Animator"))
class UPropertyAnimatorTime : public UPropertyAnimatorNumericBase
Remarks
Applies an additive time movement with various options on supported float properties
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 |