ETagDisplay

Flags controlling how this tag should be shown in the UI

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h

Include

#include "UObject/Object.h"

Syntax

enum ETagDisplay
{
    TD_None           = 0,
    TD_Date           = 1<<0,
    TD_Time           = 1<<1,
    TD_InvariantTz    = 1<<2,
    TD_Memory         = 1<<3,
}

Values

Name

Description

TD_None

No special display

TD_Date

For TT_Chronological, include the date

TD_Time

For TT_Chronological, include the time

TD_InvariantTz

For TT_Chronological, specifies that the timestamp should be displayed using the invariant timezone (typically for timestamps that are already in local time)

TD_Memory

For TT_Numerical, specifies that the number is a value in bytes that should be displayed using FText::AsMemory

Remarks

Flags controlling how this tag should be shown in the UI

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