Ark Server API (ASA) - Wiki
|
#include <TextKey.h>
Public Member Functions | |
FTextId ()=default | |
FTextId (const FTextKey &InNamespace, const FTextKey &InKey) | |
FORCEINLINE const FTextKey & | GetNamespace () const |
FORCEINLINE const 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) |
FORCEINLINE bool | IsEmpty () const |
FORCEINLINE void | Reset () |
Private Attributes | |
FTextKey | Namespace |
FTextKey | Key |
Friends | |
FORCEINLINE bool | operator== (const FTextId &A, const FTextId &B) |
FORCEINLINE bool | operator!= (const FTextId &A, const FTextId &B) |
FORCEINLINE uint32 | GetTypeHash (const FTextId &A) |
Optimized representation of a text identity (a namespace and key pair).
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
private |
|
private |