Navigation
API > API/Plugins > API/Plugins/PropertyAnimator > API/Plugins/PropertyAnimator/Animators
Inheritance Hierarchy
- UObject
- IPropertyAnimatorCorePresetable
- UPropertyAnimatorCoreBase
- UPropertyAnimatorTextBase
- UPropertyAnimatorClock
References
| Module | PropertyAnimator |
| Header | /Engine/Plugins/Experimental/PropertyAnimator/Source/PropertyAnimator/Public/Animators/PropertyAnimatorClock.h |
| Include | #include "Animators/PropertyAnimatorClock.h" |
Syntax
UCLASS (MinimalAPI, AutoExpandCategories=("Animator"))
class UPropertyAnimatorClock : public UPropertyAnimatorTextBase
Remarks
Animate supported string properties to display time
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | DisplayFormat | Display date time format : a - Weekday, eg) Sun A - Weekday, eg) Sunday w - Weekday, 0-6 (Sunday is 0) y - Year, YY Y - Year, YYYY b - Month, eg) Jan B - Month, eg) January m - Month, 01-12 n - Month, 1-12 d - Day, 01-31 e - Day, 1-31 j - Day of the Year, 001-366 J - Day of the Year, 1-366 l - 12h Hour, 1-12 I - 12h Hour, 01-12 H - 24h Hour, 00-23 h - 24h Hour, 0-23 M - Minute, 00-59 N - Minute, 0-59 S - Second, 00-60 s - Second, 0-60 f - Millisecond, 000-999 F - Millisecond, 0-999 p - AM or PM P - am or PM t - Ticks since midnight, January 1, 0001 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | FormatDateTime
(
const FDateTime& InDateTime, |
||
| const FString & | |||
| void | RegisterFormat
(
TCHAR InChar, |
||
| void | SetDisplayFormat
(
const FString& InDisplayFormat |
||
| void | UnregisterFormat
(
TCHAR InChar |
Overridden from UPropertyAnimatorCoreBase
| Type | Name | Description | |
|---|---|---|---|
| void | EvaluateProperties
(
FInstancedPropertyBag& InParameters |
Apply animators effect on linked properties | |
| void | OnAnimatorRegistered
(
FPropertyAnimatorCoreMetadata& InMetadata |
Overridden from IPropertyAnimatorCorePresetable
| Type | Name | Description | |
|---|---|---|---|
| bool | ExportPreset
(
const UPropertyAnimatorCorePresetBase* InPreset, |
Export a specific preset | |
| bool | ImportPreset
(
const UPropertyAnimatorCorePresetBase* InPreset, |
Import a specific preset |