UCommonDateTimeTextBlock

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonDateTimeTextBlock.h

Include

#include "CommonDateTimeTextBlock.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(BlueprintType)
class UCommonDateTimeTextBlock : public UCommonTextBlock

Constructors

Name Description

Public function

UCommonDateTimeTextBlock

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Protected function Virtual Const

TOptional< F...

 

FormatDateTime

(
    const FDateTime& InDateTime
)

Protected function Virtual Const

TOptional< F...

 

FormatTimespan

(
    const FTimespan& InTimespan
)

Public function Const UFunction BlueprintCallable, Category

FDateTime

 

GetDateTime()

Protected function Const

int32

 

GetLastDaysCount()

Protected function Const

int32

 

GetLastHoursCount()

Public function UFunction BlueprintCallable, Category

void

 

SetCountDownCompletionText

(
    const FText InCompletionText
)

Public function UFunction BlueprintCallable, Category

void

 

SetDateTimeValue

(
    const FDateTime InDateTime,
    bool bShowAsCountdown,
    float InRefreshDelay
)

Public function UFunction BlueprintCallable, Category

void

 

SetTimespanValue

(
    const FTimespan InTimespan
)

Protected function Virtual Const

bool

 

ShouldClearTimer

(
    const FTimespan& TimeRemaining
)

Protected function

void

 

UpdateUnderlyingText()

Overridden from UWidget

Name Description

Public function Virtual

const FText

 

GetPaletteCategory()

Gets the palette category of the widget

Public function Virtual

void

 

SynchronizeProperties()

Applies all properties to the native widget if possible.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss