UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
uLang::TUTF8String< AllocatorType, AllocatorArgsType > Member List

This is the complete list of members for uLang::TUTF8String< AllocatorType, AllocatorArgsType >, including all inherited members.

AsCString() constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
AsUTF8() constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
begin() constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
ByteLen() constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
Empty()uLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
end() constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
GetEmpty()uLang::TUTF8String< AllocatorType, AllocatorArgsType >static
InputByteIdxSpan(int32_t &InOutIdx, int32_t &InOutSpan) constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inlineprotected
InputByteIdxToDirectIdx(int32_t InIdx) constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inlineprotected
IsEmpty() constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
IsFilled() constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
operator const CUTF8StringView &() constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
operator!=(const TUTF8String< OtherAllocatorType, OtherAllocatorArgsType... > &Other) constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
operator!=(const CUTF8StringView &StringView) constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
operator*() constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
operator+(const CUTF8StringView &OtherStringView) constuLang::TUTF8String< AllocatorType, AllocatorArgsType >
operator+(const TUTF8String< OtherAllocatorType, OtherAllocatorArgsType... > &Other) constuLang::TUTF8String< AllocatorType, AllocatorArgsType >
operator+(const char *OtherNullTerminatedString) constuLang::TUTF8String< AllocatorType, AllocatorArgsType >
operator+(const TUTF8String< OtherAllocatorType, OtherAllocatorArgsType... > &Other) constuLang::TUTF8String< AllocatorType, AllocatorArgsType >
operator+=(const CUTF8StringView &OtherStringView)uLang::TUTF8String< AllocatorType, AllocatorArgsType >
operator+=(const TUTF8String< OtherAllocatorType, OtherAllocatorArgsType... > &Other)uLang::TUTF8String< AllocatorType, AllocatorArgsType >
operator+=(const char *OtherNullTerminatedString)uLang::TUTF8String< AllocatorType, AllocatorArgsType >
operator+=(const TUTF8String< OtherAllocatorType, OtherAllocatorArgsType... > &Other)uLang::TUTF8String< AllocatorType, AllocatorArgsType >
operator<(const TUTF8String< OtherAllocatorType, OtherAllocatorArgsType... > &Other) constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
operator<=(const TUTF8String< OtherAllocatorType, OtherAllocatorArgsType... > &Other) constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
operator=(const TUTF8String &Other)uLang::TUTF8String< AllocatorType, AllocatorArgsType >
operator=(TUTF8String &&Other)uLang::TUTF8String< AllocatorType, AllocatorArgsType >
operator==(const TUTF8String< OtherAllocatorType, OtherAllocatorArgsType... > &Other) constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
operator==(const CUTF8StringView &StringView) constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
operator>(const TUTF8String< OtherAllocatorType, OtherAllocatorArgsType... > &Other) constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
operator>=(const TUTF8String< OtherAllocatorType, OtherAllocatorArgsType... > &Other) constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
operator[](int32_t ByteIndex) constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
Replace(UTF8Char Old, UTF8Char New) constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
Replace(const CUTF8StringView &Old, const CUTF8StringView &New) constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
Reset()uLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
Resize(int32_t NewByteLen)uLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
ToStringView() constuLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
TUTF8String()uLang::TUTF8String< AllocatorType, AllocatorArgsType >inline
TUTF8String(const char *NullTerminatedString, AllocatorArgsType &&... AllocatorArgs)uLang::TUTF8String< AllocatorType, AllocatorArgsType >
TUTF8String(const CUTF8StringView &StringView, AllocatorArgsType &&... AllocatorArgs)uLang::TUTF8String< AllocatorType, AllocatorArgsType >
TUTF8String(AllocatorArgsType &&... AllocatorArgs, const char *NullTerminatedFormat, FormatterArgsType &&... FormatterArgs)uLang::TUTF8String< AllocatorType, AllocatorArgsType >
TUTF8String(AllocatorArgsType &&... AllocatorArgs, const char *NullTerminatedFormat, va_list FormatterArgs)uLang::TUTF8String< AllocatorType, AllocatorArgsType >
TUTF8String(size_t ByteLength, InitializerFunctorType &&InitializerFunctor, AllocatorArgsType &&... AllocatorArgs)uLang::TUTF8String< AllocatorType, AllocatorArgsType >
TUTF8String(const TUTF8String &Other)uLang::TUTF8String< AllocatorType, AllocatorArgsType >
TUTF8String(const TUTF8String< OtherAllocatorType, OtherAllocatorArgsType... > &Other, AllocatorArgsType &&... AllocatorArgs)uLang::TUTF8String< AllocatorType, AllocatorArgsType >
TUTF8String(TUTF8String &&Other)uLang::TUTF8String< AllocatorType, AllocatorArgsType >
TUTF8String(AllocatorArgsType &&... AllocatorArgs, const char *NullTerminatedFormat, FormatterArgsType &&... FormatterArgs)uLang::TUTF8String< AllocatorType, AllocatorArgsType >
TUTF8String(size_t ByteLength, InitializerFunctorType &&InitializerFunctor, AllocatorArgsType &&... AllocatorArgs)uLang::TUTF8String< AllocatorType, AllocatorArgsType >
TUTF8String(const TUTF8String< OtherAllocatorType, OtherAllocatorArgsType... > &Other, AllocatorArgsType &&... AllocatorArgs)uLang::TUTF8String< AllocatorType, AllocatorArgsType >
TUTF8StringBuilderuLang::TUTF8String< AllocatorType, AllocatorArgsType >friend
~TUTF8String()uLang::TUTF8String< AllocatorType, AllocatorArgsType >inline