![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TextKey.h>
Public Member Functions | |
| FTextId ()=default | |
| FTextId (const FTextKey &InNamespace, const FTextKey &InKey) | |
| UE_FORCEINLINE_HINT FTextKey | GetNamespace () const |
| UE_FORCEINLINE_HINT FTextKey | GetKey () const |
| void | SerializeAsString (FArchive &Ar) |
| void | SerializeWithHash (FArchive &Ar) |
| void | SerializeDiscardHash (FArchive &Ar) |
| void | SerializeAsString (FStructuredArchiveSlot Slot) |
| void | SerializeWithHash (FStructuredArchiveSlot Slot) |
| void | SerializeDiscardHash (FStructuredArchiveSlot Slot) |
| UE_FORCEINLINE_HINT bool | IsEmpty () const |
| void | Reset () |
Friends | |
| UE_FORCEINLINE_HINT bool | operator== (const FTextId &A, const FTextId &B) |
| UE_FORCEINLINE_HINT bool | operator!= (const FTextId &A, const FTextId &B) |
| UE_FORCEINLINE_HINT uint32 | GetTypeHash (const FTextId &A) |
Optimized representation of a text identity (a namespace and key pair).
|
default |
|
inline |
Get the key component of this text identity
|
inline |
Get the namespace component of this text identity
|
inline |
Is this text identity empty?
|
inline |
Reset this text identity to be empty
Serialize this text identity as if it were FStrings
|
inline |
Serialize this text identity as if it were FStrings
Serialize this text identity including its hash values, discarding the hash on load (to upgrade from an older hashing algorithm)
|
inline |
Serialize this text identity including its hash values, discarding the hash on load (to upgrade from an older hashing algorithm)
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)
|
inline |
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)
|
friend |
Get the hash of this text identity
|
friend |
Compare for inequality
|
friend |
Compare for equality