|
| 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) |
| |