![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "Misc/MemStack.h"#include "Misc/StringBuilder.h"#include "Containers/ArrayView.h"#include "Containers/StringView.h"Go to the source code of this file.
Namespaces | |
| namespace | UE |
| namespace | UE::MemStack |
Functions | |
| 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) |