Navigation
API > API/Plugins > API/Plugins/PropertyAnimator
Animate supported string properties to display time
| Name | UPropertyAnimatorClock |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimator/Source/PropertyAnimator/Public/Animators/PropertyAnimatorClock.h |
| Include Path | #include "Animators/PropertyAnimatorClock.h" |
Syntax
UCLASS (MinimalAPI, AutoExpandCategories=("Animator"))
class UPropertyAnimatorClock : public UPropertyAnimatorTextBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPropertyAnimatorCoreBase → UPropertyAnimatorTextBase → UPropertyAnimatorClock
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPropertyAnimatorClock() |
Animators/PropertyAnimatorClock.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetDisplayFormat() |
Animators/PropertyAnimatorClock.h | ||
const FString & GetDisplayMask() |
Animators/PropertyAnimatorClock.h | ||
void SetDisplayFormat
(
const FString& InDisplayFormat |
Animators/PropertyAnimatorClock.h | ||
void SetDisplayMask
(
const FString& InPadding |
Animators/PropertyAnimatorClock.h |
Protected
Overridden from UPropertyAnimatorCoreBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void EvaluateProperties
(
FInstancedPropertyBag& InParameters |
Animators/PropertyAnimatorClock.h | ||
virtual void OnAnimatorRegistered
(
FPropertyAnimatorCoreMetadata& InMetadata |
Animators/PropertyAnimatorClock.h |
Overridden from IPropertyAnimatorCorePresetable
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ExportPreset
(
const UPropertyAnimatorCorePresetBase* InPreset, |
Animators/PropertyAnimatorClock.h | ||
virtual bool ImportPreset
(
const UPropertyAnimatorCorePresetBase* InPreset, |
Animators/PropertyAnimatorClock.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Animators/PropertyAnimatorClock.h | |||
| Animators/PropertyAnimatorClock.h | |||
static void UnregisterFormat
(
TCHAR InChar |
Animators/PropertyAnimatorClock.h |