FTextId

Optimized representation of a text identity (a namespace and key pair).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Internationalization/TextKey.h"

Syntax

class FTextId

Remarks

Optimized representation of a text identity (a namespace and key pair).

Constructors

Name Description

Public function

FTextId()

Public function

FTextId

(
    const FTextKey& InNamespace,
    const FTextKey& InKey
)

Functions

Name Description

Public function Const

const FTextK...

 

GetKey()

Get the key component of this text identity

Public function Const

const FTextK...

 

GetNamespace()

Get the namespace component of this text identity

Public function Const

bool

 

IsEmpty()

Is this text identity empty?

Public function

void

 

Reset()

Reset this text identity to be empty

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