Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Internationalization/TextKey.h |
Include |
#include "Internationalization/TextKey.h" |
class FTextId
Optimized representation of a text identity (a namespace and key pair).
Name | Description | ||
---|---|---|---|
|
const FTextK... |
GetKey() |
Get the key component of this text identity |
|
const FTextK... |
GetNamespace() |
Get the namespace component of this text identity |
|
IsEmpty() |
Is this text identity empty? |
|
|
Reset() |
Reset this text identity to be empty |
|
|
SerializeAsString ( |
Serialize this text identity as if it were FStrings |
|
|
SerializeAsString ( |
Serialize this text identity as if it were FStrings |
|
|
SerializeDiscardHash ( |
Serialize this text identity including its hash values, discarding the hash on load (to upgrade from an older hashing algorithm) |
|
|
SerializeDiscardHash ( |
Serialize this text identity including its hash values, discarding the hash on load (to upgrade from an older hashing algorithm) |
|
|
SerializeWithHash ( |
Serialize this text identity including its hash values (this method is sensitive to hashing algorithm changes, so only use it for generated files that can be rebuilt from another source) |
|
|
SerializeWithHash ( |
Serialize this text identity including its hash values (this method is sensitive to hashing algorithm changes, so only use it for generated files that can be rebuilt from another source) |