Ark Server API (ASA) - Wiki
|
#include <Map.h>
Static Public Member Functions | |
template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs > | |
static FORCEINLINE FArchive & | Serialize (FArchive &Ar, TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > &Map) |
template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs > | |
static FORCEINLINE void | SerializeStructured (FStructuredArchive::FSlot Slot, TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > &InMap) |
template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs > | |
static bool | LegacyCompareEqual (const TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > &A, const TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > &B) |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |