Navigation
API > API/Plugins > API/Plugins/PropertyAnimator
Animate supported text properties with various options
| Name | UPropertyAnimatorTextBase |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimator/Source/PropertyAnimator/Public/Animators/PropertyAnimatorTextBase.h |
| Include Path | #include "Animators/PropertyAnimatorTextBase.h" |
Syntax
UCLASS (MinimalAPI, Abstract, AutoExpandCategories=("Animator"))
class UPropertyAnimatorTextBase : public UPropertyAnimatorCoreBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPropertyAnimatorCoreBase → UPropertyAnimatorTextBase
Implements Interfaces
Derived Classes
Functions
Protected
Overridden from UPropertyAnimatorCoreBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EPropertyAnimatorPropertySupport IsPropertySupported
(
const FPropertyAnimatorCoreData& InPropertyData |
Animators/PropertyAnimatorTextBase.h | ||
virtual void OnAnimatorRegistered
(
FPropertyAnimatorCoreMetadata& InMetadata |
Animators/PropertyAnimatorTextBase.h | ||
virtual void OnPropertyLinked
(
UPropertyAnimatorCoreContext* InLinkedProperty, |
Animators/PropertyAnimatorTextBase.h |