Ark Server API (ASA) - Wiki
|
Go to the source code of this file.
Macros | |
#define | ALLOW_NAME_BATCH_SAVING PLATFORM_LITTLE_ENDIAN && !PLATFORM_TCHAR_IS_4_BYTES |
Functions | |
void | ReserveNameBatch (uint32 NameDataBytes, uint32 HashDataBytes) |
void | LoadNameBatch (TArray< FDisplayNameEntryId > &OutNames, TArrayView< const uint8 > NameData, TArrayView< const uint8 > HashData) |
TArray< FDisplayNameEntryId > | LoadNameBatch (FArchive &Ar) |
TFunction< TArray< FDisplayNameEntryId >()> | LoadNameBatchAsync (FArchive &Ar, uint32 MaxWorkers) |
#define ALLOW_NAME_BATCH_SAVING PLATFORM_LITTLE_ENDIAN && !PLATFORM_TCHAR_IS_4_BYTES |
Definition at line 9 of file NameBatchSerialization.h.
TArray< FDisplayNameEntryId > LoadNameBatch | ( | FArchive & | Ar | ) |
void LoadNameBatch | ( | TArray< FDisplayNameEntryId > & | OutNames, |
TArrayView< const uint8 > | NameData, | ||
TArrayView< const uint8 > | HashData ) |
TFunction< TArray< FDisplayNameEntryId >()> LoadNameBatchAsync | ( | FArchive & | Ar, |
uint32 | MaxWorkers ) |