UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UTF8StringBuilder.h File Reference
#include "uLang/Common/Memory/Allocator.h"
#include "uLang/Common/Text/UTF8String.h"
#include <stdio.h>
#include <cstring>

Go to the source code of this file.

Classes

class  uLang::TUTF8StringBuilder< AllocatorType, AllocatorArgsType >
 

Namespaces

namespace  uLang
 

Typedefs

using uLang::CUTF8StringBuilder = TUTF8StringBuilder< CHeapRawAllocator >
 A string allocated on the heap.
 
using uLang::CUTF8StringBuilderA = TUTF8StringBuilder< CInstancedRawAllocator, CAllocatorInstance * >
 A string allocated using a given allocator instance.