Loading...
Searching...
No Matches
Go to the source code of this file.
|
| const TCHAR * | UE::MemStack::AllocateString (FMemStackBase &Allocator, const TCHAR *String, int32 Length) |
| |
| const TCHAR * | UE::MemStack::AllocateString (FMemStackBase &Allocator, FStringView String) |
| |
| FStringView | UE::MemStack::AllocateStringView (FMemStackBase &Allocator, FStringView String) |
| |
| const TCHAR * | UE::MemStack::AllocateString (FMemStackBase &Allocator, const FStringBuilderBase &StringBuilder) |
| |
| template<typename FormatType , typename... ArgTypes> |
| const TCHAR * | UE::MemStack::AllocateStringf (FMemStackBase &Allocator, const FormatType &Format, ArgTypes... Args) |
| |
| template<typename FormatType , typename... ArgTypes> |
| FStringView | UE::MemStack::AllocateStringViewf (FMemStackBase &Allocator, const FormatType &Format, ArgTypes... Args) |
| |
| template<typename T > |
| TArrayView< T > | UE::MemStack::AllocateArrayView (FMemStackBase &Allocator, TArrayView< T > View) |
| |