UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MemStackUtility.h File Reference

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< T > UE::MemStack::AllocateArrayView (FMemStackBase &Allocator, TArrayView< T > View)