Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTextKey
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SerializeDiscardHash
(
FArchive& Ar |
Serialize this text key including its hash value, discarding the hash on load (to upgrade from an older hashing algorithm) | Internationalization/TextKey.h | |
void SerializeDiscardHash
(
FStructuredArchiveSlot Slot |
Serialize this text key including its hash value, discarding the hash on load (to upgrade from an older hashing algorithm) | Internationalization/TextKey.h |
SerializeDiscardHash(FArchive &)
Description
Serialize this text key including its hash value, discarding the hash on load (to upgrade from an older hashing algorithm)
| Name | SerializeDiscardHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/TextKey.h |
| Include Path | #include "Internationalization/TextKey.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/TextKey.cpp |
void SerializeDiscardHash
(
FArchive & Ar
)
SerializeDiscardHash(FStructuredArchiveSlot)
Description
Serialize this text key including its hash value, discarding the hash on load (to upgrade from an older hashing algorithm)
| Name | SerializeDiscardHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/TextKey.h |
| Include Path | #include "Internationalization/TextKey.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/TextKey.cpp |
void SerializeDiscardHash
(
FStructuredArchiveSlot Slot
)