Navigation
API > API/Plugins > API/Plugins/PropertyAnimator
Animate supported string properties to display a counter
| Name | UPropertyAnimatorCounter |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimator/Source/PropertyAnimator/Public/Animators/PropertyAnimatorCounter.h |
| Include Path | #include "Animators/PropertyAnimatorCounter.h" |
Syntax
UCLASS (MinimalAPI, AutoExpandCategories=("Animator"))
class UPropertyAnimatorCounter : public UPropertyAnimatorTextBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPropertyAnimatorCoreBase → UPropertyAnimatorTextBase → UPropertyAnimatorCounter
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPropertyAnimatorCounter() |
Animators/PropertyAnimatorCounter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FPropertyAnimatorCounterFormat * GetCustomFormat() |
Animators/PropertyAnimatorCounter.h | ||
const FText & GetDisplayPattern() |
Animators/PropertyAnimatorCounter.h | ||
FName GetPresetFormatName() |
Animators/PropertyAnimatorCounter.h | ||
bool GetUseCustomFormat() |
Animators/PropertyAnimatorCounter.h | ||
void SetCustomFormat
(
const FPropertyAnimatorCounterFormat* InFormat |
Animators/PropertyAnimatorCounter.h | ||
void SetDisplayPattern
(
const FText& InPattern |
Animators/PropertyAnimatorCounter.h | ||
void SetPresetFormatName
(
FName InPresetName |
Animators/PropertyAnimatorCounter.h | ||
void SetUseCustomFormat
(
bool bInUseCustom |
Animators/PropertyAnimatorCounter.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString FormatNumber
(
double InNumber |
Animators/PropertyAnimatorCounter.h | ||
| Animators/PropertyAnimatorCounter.h | |||
const FPropertyAnimatorCounterFormat * GetFormat() |
Animators/PropertyAnimatorCounter.h | ||
void OnCustomFormatChanged() |
Animators/PropertyAnimatorCounter.h | ||
void OnUseCustomFormatChanged() |
Animators/PropertyAnimatorCounter.h | ||
void OpenPropertyAnimatorSettings() |
Animators/PropertyAnimatorCounter.h |
|
|
void SaveCustomFormatAsPreset() |
Animators/PropertyAnimatorCounter.h |
|
Overridden from UPropertyAnimatorCoreBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void EvaluateProperties
(
FInstancedPropertyBag& InParameters |
Animators/PropertyAnimatorCounter.h | ||
virtual void OnAnimatorRegistered
(
FPropertyAnimatorCoreMetadata& InMetadata |
Animators/PropertyAnimatorCounter.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& InPropertyChangedEvent |
Animators/PropertyAnimatorCounter.h |
Overridden from IPropertyAnimatorCorePresetable
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ExportPreset
(
const UPropertyAnimatorCorePresetBase* InPreset, |
Animators/PropertyAnimatorCounter.h | ||
virtual bool ImportPreset
(
const UPropertyAnimatorCorePresetBase* InPreset, |
Animators/PropertyAnimatorCounter.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName GetUseCustomFormatPropertyName() |
Animators/PropertyAnimatorCounter.h |