![]() |
Ark Server API (ASA) - Wiki
|
Functions | |
| const TCHAR * | AllocateString (FMemStackBase &Allocator, const TCHAR *String, int32 Length) |
| const TCHAR * | AllocateString (FMemStackBase &Allocator, FStringView String) |
| FStringView | AllocateStringView (FMemStackBase &Allocator, FStringView String) |
| const TCHAR * | AllocateString (FMemStackBase &Allocator, const FStringBuilderBase &StringBuilder) |
| template<typename FormatType , typename... ArgTypes> | |
| const TCHAR * | AllocateStringf (FMemStackBase &Allocator, const FormatType &Format, ArgTypes... Args) |
| template<typename FormatType , typename... ArgTypes> | |
| FStringView | AllocateStringViewf (FMemStackBase &Allocator, const FormatType &Format, ArgTypes... Args) |
| template<typename T > | |
| TArrayView< T > | AllocateArrayView (FMemStackBase &Allocator, TArrayView< T > View) |
|
inline |
Definition at line 55 of file MemStackUtility.h.
|
inline |
Definition at line 33 of file MemStackUtility.h.
|
inline |
Definition at line 23 of file MemStackUtility.h.
|
inline |
Definition at line 39 of file MemStackUtility.h.
|
inline |
Definition at line 28 of file MemStackUtility.h.
|
inline |
Definition at line 47 of file MemStackUtility.h.