ETextFlag::Type

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/Text.h

Include

#include "Internationalization/Text.h"

Syntax

namespace ETextFlag
{
    enum Type
    {
        Transient                = (1 << 0),
        CultureInvariant         = (1 << 1),
        ConvertedProperty        = (1 << 2),
        Immutable                = (1 << 3),
        InitializedFromString    = (1<<4),
    }
}

Values

Name

Description

Transient

CultureInvariant

ConvertedProperty

Immutable

InitializedFromString

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