ETagType

Enum specifying the type of this tag

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/Object.h"

Syntax

enum ETagType
{
    TT_Hidden,
    TT_Alphabetical,
    TT_Numerical,
    TT_Dimensional,
    TT_Chronological,
}

Values

Name

Description

TT_Hidden

This tag should not be shown in the UI

TT_Alphabetical

This tag should be shown, and sorted alphabetically in the UI

TT_Numerical

This tag should be shown, and is a number

TT_Dimensional

This tag should be shown, and is an "x" delimited list of dimensions

TT_Chronological

This tag should be shown, and is a timestamp formatted via FDateTime::ToString

Remarks

Enum specifying the type of this tag

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