Navigation
API > API/Plugins > API/Plugins/CommonUI
| Name | UCommonDateTimeTextBlock |
| Type | class |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonDateTimeTextBlock.h |
| Include Path | #include "CommonDateTimeTextBlock.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UCommonDateTimeTextBlock : public UCommonTextBlock
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UVisual → UWidget → UTextLayoutWidget → UTextBlock → UCommonTextBlock → UCommonDateTimeTextBlock
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCommonDateTimeTextBlock
(
const FObjectInitializer& ObjectInitializer |
CommonDateTimeTextBlock.h |
Classes
| Name | Remarks |
|---|---|
| FOnTimeCountDownCompletion |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bShowAsCountdown | bool | CommonDateTimeTextBlock.h | ||
| bUseCountdownCompletionText | bool | CommonDateTimeTextBlock.h | ||
| CountdownCompletionText | FText | CommonDateTimeTextBlock.h | ||
| DateTime | FDateTime | CommonDateTimeTextBlock.h | ||
| LastDaysCount | int32 | CommonDateTimeTextBlock.h | ||
| LastHoursCount | int32 | CommonDateTimeTextBlock.h | ||
| LastTimerTickTime | float | CommonDateTimeTextBlock.h | ||
| OnTimeCountDownCompletionEvent | FOnTimeCountDownCompletion | CommonDateTimeTextBlock.h | ||
| TimerTickHandle | FTimerHandle | Timer handle for timer-based ticking based on InterpolationUpdateInterval. | CommonDateTimeTextBlock.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDateTime GetDateTime() |
CommonDateTimeTextBlock.h |
|
|
FOnTimeCountDownCompletion & OnTimeCountDownCompletion() |
CommonDateTimeTextBlock.h | ||
void SetCountDownCompletionText
(
const FText InCompletionText |
CommonDateTimeTextBlock.h |
|
|
void SetDateTimeValue
(
const FDateTime InDateTime, |
CommonDateTimeTextBlock.h |
|
|
void SetTimespanValue
(
const FTimespan InTimespan |
CommonDateTimeTextBlock.h |
|
Overridden from UWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FText GetPaletteCategory() |
CommonDateTimeTextBlock.h | ||
virtual void SynchronizeProperties() |
CommonDateTimeTextBlock.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| CommonDateTimeTextBlock.h | |||
| CommonDateTimeTextBlock.h | |||
int32 GetLastDaysCount() |
CommonDateTimeTextBlock.h | ||
int32 GetLastHoursCount() |
CommonDateTimeTextBlock.h | ||
virtual FDateTime GetTimespanStartingTime() |
CommonDateTimeTextBlock.h | ||
virtual bool ShouldClearTimer
(
const FTimespan& TimeRemaining |
CommonDateTimeTextBlock.h | ||
void UpdateUnderlyingText() |
CommonDateTimeTextBlock.h |