Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
MemStackUtility.h File Reference
+ Include dependency graph for MemStackUtility.h:

Go to the source code of this file.

Namespaces

namespace  UE
 
namespace  UE::MemStack
 

Functions

const TCHARUE::MemStack::AllocateString (FMemStackBase &Allocator, const TCHAR *String, int32 Length)
 
const TCHARUE::MemStack::AllocateString (FMemStackBase &Allocator, FStringView String)
 
FStringView UE::MemStack::AllocateStringView (FMemStackBase &Allocator, FStringView String)
 
const TCHARUE::MemStack::AllocateString (FMemStackBase &Allocator, const FStringBuilderBase &StringBuilder)
 
template<typename FormatType , typename... ArgTypes>
const TCHARUE::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< TUE::MemStack::AllocateArrayView (FMemStackBase &Allocator, TArrayView< T > View)