UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE_STRING_CLASS Member List

This is the complete list of members for UE_STRING_CLASS, including all inherited members.

AllocatorType typedefUE_STRING_CLASS
Append(const CharType *Str, int32 Count)UE_STRING_CLASSinline
Append(CharType *Str)UE_STRING_CLASSinline
Append(CharRangeType &&Str)UE_STRING_CLASSinline
AppendChar(ElementType InChar)UE_STRING_CLASS
AppendChars(const ANSICHAR *Str, int32 Count)UE_STRING_CLASS
AppendChars(const WIDECHAR *Str, int32 Count)UE_STRING_CLASS
AppendChars(const UCS2CHAR *Str, int32 Count)UE_STRING_CLASS
AppendChars(const UTF8CHAR *Str, int32 Count)UE_STRING_CLASS
AppendChars(const UTF32CHAR *Str, int32 Count)UE_STRING_CLASS
Appendf(UE::Core::TCheckedFormatString< FmtCharType, Types... > Fmt, Types... Args)UE_STRING_CLASSinline
AppendInt(int32 InNum)UE_STRING_CLASS
AutoRTFMAssignFromOpenToClosed(UE_STRING_CLASS &Closed, const UE_STRING_CLASS &Open)UE_STRING_CLASSinlinestatic
begin()UE_STRING_CLASSinline
begin() constUE_STRING_CLASSinline
bHasIntrusiveUnsetOptionalStateUE_STRING_CLASSstatic
CheckInvariants() constUE_STRING_CLASSinline
Chr(ElementType Ch)UE_STRING_CLASSstatic
ChrN(int32 NumCharacters, ElementType Char)UE_STRING_CLASSstatic
Compare(const UE_STRING_CLASS &Other, ESearchCase::Type SearchCase=ESearchCase::CaseSensitive) constUE_STRING_CLASSinline
ConstructFromPtrSize(const ANSICHAR *Str, int32 Size)UE_STRING_CLASSstatic
ConstructFromPtrSize(const WIDECHAR *Str, int32 Size)UE_STRING_CLASSstatic
ConstructFromPtrSize(const UTF8CHAR *Str, int32 Size)UE_STRING_CLASSstatic
ConstructFromPtrSize(const UCS2CHAR *Str, int32 Size)UE_STRING_CLASSstatic
ConstructFromPtrSize(const UTF32CHAR *Str, int32 Size)UE_STRING_CLASSstatic
ConstructFromPtrSizeWithSlack(const ANSICHAR *Str, int32 Size, int32 ExtraSlack)UE_STRING_CLASSstatic
ConstructFromPtrSizeWithSlack(const WIDECHAR *Str, int32 Size, int32 ExtraSlack)UE_STRING_CLASSstatic
ConstructFromPtrSizeWithSlack(const UTF8CHAR *Str, int32 Size, int32 ExtraSlack)UE_STRING_CLASSstatic
ConstructFromPtrSizeWithSlack(const UCS2CHAR *Str, int32 Size, int32 ExtraSlack)UE_STRING_CLASSstatic
ConstructFromPtrSizeWithSlack(const UTF32CHAR *Str, int32 Size, int32 ExtraSlack)UE_STRING_CLASSstatic
ConstructWithSlack(const ANSICHAR *Str, int32 ExtraSlack)UE_STRING_CLASSstatic
ConstructWithSlack(const WIDECHAR *Str, int32 ExtraSlack)UE_STRING_CLASSstatic
ConstructWithSlack(const UTF8CHAR *Str, int32 ExtraSlack)UE_STRING_CLASSstatic
ConstructWithSlack(const UCS2CHAR *Str, int32 ExtraSlack)UE_STRING_CLASSstatic
ConstructWithSlack(const UTF32CHAR *Str, int32 ExtraSlack)UE_STRING_CLASSstatic
Contains(CharRangeType &&SubStr, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase, ESearchDir::Type SearchDir=ESearchDir::FromStart) constUE_STRING_CLASSinline
Contains(const ElementType *SubStr, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase, ESearchDir::Type SearchDir=ESearchDir::FromStart) constUE_STRING_CLASSinline
Contains(const UE_STRING_CLASS &SubStr, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase, ESearchDir::Type SearchDir=ESearchDir::FromStart) constUE_STRING_CLASSinline
Contains(const ElementType *SubStr, int32 SubStrLen, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase, ESearchDir::Type SearchDir=ESearchDir::FromStart) constUE_STRING_CLASSinline
ConvertTabsToSpaces(const int32 InSpacesPerTab) const &UE_STRING_CLASSinline
ConvertTabsToSpaces(const int32 InSpacesPerTab) &&UE_STRING_CLASSinline
ConvertTabsToSpacesInline(const int32 InSpacesPerTab)UE_STRING_CLASS
CountBytes(FArchive &Ar) constUE_STRING_CLASSinline
CreateConstIterator() constUE_STRING_CLASSinline
CreateIterator()UE_STRING_CLASSinline
CullArray(TArray< UE_STRING_CLASS > *InOutArray)UE_STRING_CLASSstatic
ElementType typedefUE_STRING_CLASS
Empty()UE_STRING_CLASS
Empty(int32 Slack)UE_STRING_CLASS
end()UE_STRING_CLASSinline
end() constUE_STRING_CLASSinline
EndsWith(CharRangeType &&InSuffix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) constUE_STRING_CLASSinline
EndsWith(const ElementType *InSuffix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) constUE_STRING_CLASSinline
EndsWith(const UE_STRING_CLASS &InSuffix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) constUE_STRING_CLASSinline
EndsWith(const ElementType *InSuffix, int32 InSuffixLen, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) constUE_STRING_CLASS
Equals(const UE_STRING_CLASS &Other, ESearchCase::Type SearchCase=ESearchCase::CaseSensitive) constUE_STRING_CLASSinline
ExtraSlackUE_STRING_CLASS
Find(CharRangeType &&SubStr, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase, ESearchDir::Type SearchDir=ESearchDir::FromStart, int32 StartPosition=INDEX_NONE) constUE_STRING_CLASSinline
Find(const ElementType *SubStr, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase, ESearchDir::Type SearchDir=ESearchDir::FromStart, int32 StartPosition=INDEX_NONE) constUE_STRING_CLASSinline
Find(const UE_STRING_CLASS &SubStr, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase, ESearchDir::Type SearchDir=ESearchDir::FromStart, int32 StartPosition=INDEX_NONE) constUE_STRING_CLASSinline
Find(const ElementType *SubStr, int32 InSubStrLen, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase, ESearchDir::Type SearchDir=ESearchDir::FromStart, int32 StartPosition=INDEX_NONE) constUE_STRING_CLASS
FindChar(ElementType InChar, int32 &OutIndex) constUE_STRING_CLASSinline
FindLastChar(ElementType InChar, int32 &OutIndex) constUE_STRING_CLASSinline
FindLastCharByPredicate(Predicate Pred, int32 Count) constUE_STRING_CLASSinline
FindLastCharByPredicate(Predicate Pred) constUE_STRING_CLASSinline
FmtCharType typedefUE_STRING_CLASS
Format(const FmtCharType *InFormatString, const PREPROCESSOR_JOIN(UE_STRING_CLASS, FormatNamedArguments)&InNamedArguments)UE_STRING_CLASSinlinestatic
Format(const FmtCharType *InFormatString, const FStringFormatOrderedArguments &InOrderedArguments)UE_STRING_CLASSinlinestatic
FormatAsNumber(int32 InNumber)UE_STRING_CLASSstatic
FromBlob(const uint8 *SrcBuffer, const uint32 SrcSize)UE_STRING_CLASSstatic
FromHexBlob(const uint8 *SrcBuffer, const uint32 SrcSize)UE_STRING_CLASSstatic
FromInt(int32 Num)UE_STRING_CLASSinlinestatic
GetAllocatedSize() constUE_STRING_CLASSinline
GetCharArray() UE_LIFETIMEBOUNDUE_STRING_CLASSinline
GetCharArray() const UE_LIFETIMEBOUNDUE_STRING_CLASSinline
GetTypeHashUE_STRING_CLASSfriend
InsertAt(int32 Index, ElementType Character)UE_STRING_CLASS
InsertAt(int32 Index, const UE_STRING_CLASS &Characters)UE_STRING_CLASS
IntrusiveUnsetOptionalStateType typedefUE_STRING_CLASS
IsEmpty() constUE_STRING_CLASSinline
IsNumeric() constUE_STRING_CLASS
IsValidIndex(int32 Index) constUE_STRING_CLASSinline
Join(const RangeType &Range, const ElementType *Separator)UE_STRING_CLASSinlinestatic
JoinBy(const RangeType &Range, const ElementType *Separator, ProjectionType Proj)UE_STRING_CLASSinlinestatic
Left(int32 Count) const &UE_STRING_CLASSinline
Left(int32 Count) &&UE_STRING_CLASSinline
LeftChop(int32 Count) const &UE_STRING_CLASSinline
LeftChop(int32 Count) &&UE_STRING_CLASSinline
LeftChopInline(int32 Count, EAllowShrinking AllowShrinking=EAllowShrinking::Default)UE_STRING_CLASSinline
LeftChopInline(int32 Count, bool bAllowShrinking)UE_STRING_CLASSinline
LeftInline(int32 Count, EAllowShrinking AllowShrinking=EAllowShrinking::Default)UE_STRING_CLASSinline
LeftInline(int32 Count, bool bAllowShrinking)UE_STRING_CLASSinline
LeftPad(int32 ChCount) constUE_STRING_CLASS
Len() constUE_STRING_CLASSinline
MatchesWildcard(CharRangeType &&Wildcard, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) constUE_STRING_CLASSinline
MatchesWildcard(const ElementType *Wildcard, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) constUE_STRING_CLASSinline
MatchesWildcard(const UE_STRING_CLASS &Wildcard, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) constUE_STRING_CLASSinline
MatchesWildcard(const ElementType *Wildcard, int32 WildcardLen, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) constUE_STRING_CLASS
Mid(int32 Start, int32 Count) const &UE_STRING_CLASS
Mid(int32 Start, int32 Count) &&UE_STRING_CLASS
Mid(int32 Start) const &UE_STRING_CLASSinline
Mid(int32 Start) &&UE_STRING_CLASSinline
MidInline(int32 Start, int32 Count=MAX_int32, EAllowShrinking AllowShrinking=EAllowShrinking::Default)UE_STRING_CLASSinline
MidInline(int32 Start, int32 Count, bool bAllowShrinking)UE_STRING_CLASSinline
NumBytesWithNull() constUE_STRING_CLASSinline
NumBytesWithoutNull() constUE_STRING_CLASSinline
operator*() const UE_LIFETIMEBOUNDUE_STRING_CLASSinline
operator+UE_STRING_CLASSfriend
operator+UE_STRING_CLASSfriend
operator+UE_STRING_CLASSfriend
operator+UE_STRING_CLASSfriend
operator+UE_STRING_CLASSfriend
operator+UE_STRING_CLASSfriend
operator+UE_STRING_CLASSfriend
operator+UE_STRING_CLASSfriend
operator+UE_STRING_CLASSfriend
operator+UE_STRING_CLASSfriend
operator+UE_STRING_CLASSfriend
operator+UE_STRING_CLASSfriend
operator+UE_STRING_CLASSfriend
operator+UE_STRING_CLASSfriend
operator+=(StrType &&Str) -> decltype(Append(Forward< StrType >(Str)))UE_STRING_CLASSinline
operator+=(AppendedCharType Char)UE_STRING_CLASSinline
operator/UE_STRING_CLASSfriend
operator/UE_STRING_CLASSfriend
operator/UE_STRING_CLASSfriend
operator/UE_STRING_CLASSfriend
operator/UE_STRING_CLASSfriend
operator/=(const ElementType *Str)UE_STRING_CLASSinline
operator/=(CharRangeType &&Str)UE_STRING_CLASSinline
operator/=(const CharType *Str)UE_STRING_CLASSinline
operator<<UE_STRING_CLASSfriend
operator=(UE_STRING_CLASS &&)=defaultUE_STRING_CLASS
operator=(const UE_STRING_CLASS &)=defaultUE_STRING_CLASS
operator=(const ElementType *Str)UE_STRING_CLASS
operator=(CharRangeType &&Range)UE_STRING_CLASSinline
operator[](int32 Index) UE_LIFETIMEBOUNDUE_STRING_CLASSinline
operator[](int32 Index) const UE_LIFETIMEBOUNDUE_STRING_CLASSinline
ParseIntoArray(TArray< UE_STRING_CLASS > &OutArray, const ElementType *pchDelim, bool bInCullEmpty=true) constUE_STRING_CLASS
ParseIntoArray(TArray< UE_STRING_CLASS > &OutArray, const ElementType *const *DelimArray, int32 NumDelims, bool bInCullEmpty=true) constUE_STRING_CLASS
ParseIntoArrayLines(TArray< UE_STRING_CLASS > &OutArray, bool bInCullEmpty=true) constUE_STRING_CLASS
ParseIntoArrayWS(TArray< UE_STRING_CLASS > &OutArray, const ElementType *pchExtraDelim=nullptr, bool bInCullEmpty=true) constUE_STRING_CLASS
PathAppend(const ElementType *Str, int32 StrLength)UE_STRING_CLASS
Printf(UE::Core::TCheckedFormatString< FmtCharType, Types... > Fmt, Types... Args)UE_STRING_CLASSinlinestatic
rbegin()UE_STRING_CLASSinline
rbegin() constUE_STRING_CLASSinline
RemoveAt(int32 Index, EAllowShrinking AllowShrinking=EAllowShrinking::Default)UE_STRING_CLASS
RemoveAt(int32 Index, int32 Count, EAllowShrinking AllowShrinking=EAllowShrinking::Default)UE_STRING_CLASS
RemoveAt(int32 Index, int32 Count, bool bAllowShrinking)UE_STRING_CLASSinline
RemoveFromEnd(CharRangeType &&InSuffix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase)UE_STRING_CLASSinline
RemoveFromEnd(const ElementType *InSuffix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase)UE_STRING_CLASSinline
RemoveFromEnd(const UE_STRING_CLASS &InSuffix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase)UE_STRING_CLASSinline
RemoveFromEnd(const ElementType *InSuffix, int32 InSuffixLen, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase)UE_STRING_CLASS
RemoveFromStart(CharRangeType &&InPrefix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase)UE_STRING_CLASSinline
RemoveFromStart(const ElementType *InPrefix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase)UE_STRING_CLASSinline
RemoveFromStart(const UE_STRING_CLASS &InPrefix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase)UE_STRING_CLASSinline
RemoveFromStart(const ElementType *InPrefix, int32 InPrefixLen, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase)UE_STRING_CLASS
RemoveSpacesInline()UE_STRING_CLASS
rend()UE_STRING_CLASSinline
rend() constUE_STRING_CLASSinline
Replace(const ElementType *From, const ElementType *To, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) const &UE_STRING_CLASS
Replace(const ElementType *From, const ElementType *To, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) &&UE_STRING_CLASS
ReplaceCharInline(ElementType From, ElementType To, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase)UE_STRING_CLASSinline
ReplaceCharWithEscapedChar(const TArray< ElementType > *Chars=nullptr) const &UE_STRING_CLASSinline
ReplaceCharWithEscapedChar(const TArray< ElementType > *Chars=nullptr) &&UE_STRING_CLASSinline
ReplaceCharWithEscapedCharInline(const TArray< ElementType > *Chars=nullptr)UE_STRING_CLASS
ReplaceEscapedCharWithChar(const TArray< ElementType > *Chars=nullptr) const &UE_STRING_CLASSinline
ReplaceEscapedCharWithChar(const TArray< ElementType > *Chars=nullptr) &&UE_STRING_CLASSinline
ReplaceEscapedCharWithCharInline(const TArray< ElementType > *Chars=nullptr)UE_STRING_CLASS
ReplaceInline(const ElementType *SearchText, const ElementType *ReplacementText, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase)UE_STRING_CLASS
ReplaceQuotesWithEscapedQuotes() const &UE_STRING_CLASSinline
ReplaceQuotesWithEscapedQuotes() &&UE_STRING_CLASS
Reserve(int32 CharacterCount)UE_STRING_CLASS
Reset(int32 NewReservedSize=0)UE_STRING_CLASS
Reverse() const &UE_STRING_CLASS
Reverse() &&UE_STRING_CLASS
ReverseString()UE_STRING_CLASS
Right(int32 Count) const &UE_STRING_CLASSinline
Right(int32 Count) &&UE_STRING_CLASSinline
RightChop(int32 Count) const &UE_STRING_CLASS
RightChop(int32 Count) &&UE_STRING_CLASSinline
RightChopInline(int32 Count, EAllowShrinking AllowShrinking=EAllowShrinking::Default)UE_STRING_CLASSinline
RightChopInline(int32 Count, bool bAllowShrinking)UE_STRING_CLASSinline
RightInline(int32 Count, EAllowShrinking AllowShrinking=EAllowShrinking::Default)UE_STRING_CLASSinline
RightInline(int32 Count, bool bAllowShrinking)UE_STRING_CLASSinline
RightPad(int32 ChCount) constUE_STRING_CLASS
SanitizeFloat(double InFloat, const int32 InMinFractionalDigits=1)UE_STRING_CLASSstatic
SerializeAsANSICharArray(FArchive &Ar, int32 MinCharacters=0) constUE_STRING_CLASS
Shrink()UE_STRING_CLASS
Split(const UE_STRING_CLASS &InStr, UE_STRING_CLASS *LeftS, UE_STRING_CLASS *RightS, ESearchCase::Type SearchCase, ESearchDir::Type SearchDir=ESearchDir::FromStart) constUE_STRING_CLASS
Split(const UE_STRING_CLASS &InStr, UE_STRING_CLASS *LeftS, UE_STRING_CLASS *RightS) constUE_STRING_CLASS
StartsWith(CharRangeType &&InPrefix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) constUE_STRING_CLASSinline
StartsWith(const ElementType *InPrefix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) constUE_STRING_CLASSinline
StartsWith(const UE_STRING_CLASS &InPrefix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) constUE_STRING_CLASSinline
StartsWith(const ElementType *InPrefix, int32 InPrefixLen, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) constUE_STRING_CLASS
StrUE_STRING_CLASS
StrUE_STRING_CLASS
StrUE_STRING_CLASS
StrUE_STRING_CLASS
TConstIterator typedefUE_STRING_CLASS
TIterator typedefUE_STRING_CLASS
ToBlob(const UE_STRING_CLASS &Source, uint8 *DestBuffer, const uint32 DestSize)UE_STRING_CLASSstatic
ToBool() constUE_STRING_CLASS
ToHexBlob(const UE_STRING_CLASS &Source, uint8 *DestBuffer, const uint32 DestSize)UE_STRING_CLASSstatic
ToLower() const &UE_STRING_CLASS
ToLower() &&UE_STRING_CLASS
ToLowerInline()UE_STRING_CLASS
ToUpper() const &UE_STRING_CLASS
ToUpper() &&UE_STRING_CLASS
ToUpperInline()UE_STRING_CLASS
TrimChar(ElementType CharacterToTrim, bool *bCharRemoved=nullptr) const &UE_STRING_CLASS
TrimChar(ElementType CharacterToTrim, bool *bCharRemoved=nullptr) &&UE_STRING_CLASS
TrimCharInline(ElementType CharacterToTrim, bool *bCharRemoved)UE_STRING_CLASS
TrimEnd() const &UE_STRING_CLASS
TrimEnd() &&UE_STRING_CLASS
TrimEndInline()UE_STRING_CLASS
TrimQuotes(bool *bQuotesRemoved=nullptr) const &UE_STRING_CLASS
TrimQuotes(bool *bQuotesRemoved=nullptr) &&UE_STRING_CLASS
TrimQuotesInline(bool *bQuotesRemoved=nullptr)UE_STRING_CLASS
TrimStart() const &UE_STRING_CLASS
TrimStart() &&UE_STRING_CLASS
TrimStartAndEnd() const &UE_STRING_CLASS
TrimStartAndEnd() &&UE_STRING_CLASS
TrimStartAndEndInline()UE_STRING_CLASS
TrimStartInline()UE_STRING_CLASS
TrimToNullTerminator()UE_STRING_CLASS
UE_STRING_CLASS()=defaultUE_STRING_CLASS
UE_STRING_CLASS(EConstEval)UE_STRING_CLASSinlineexplicit
UE_STRING_CLASS(UE_STRING_CLASS &&)=defaultUE_STRING_CLASS
UE_STRING_CLASS(const UE_STRING_CLASS &)=defaultUE_STRING_CLASS
UE_STRING_CLASS(const UE_STRING_CLASS &Other, int32 ExtraSlack)UE_STRING_CLASSinline
UE_STRING_CLASS(UE_STRING_CLASS &&Other, int32 ExtraSlack)UE_STRING_CLASSinline
UE_STRING_CLASS(const ANSICHAR *Str)UE_STRING_CLASS
UE_STRING_CLASS(const WIDECHAR *Str)UE_STRING_CLASS
UE_STRING_CLASS(const UTF8CHAR *Str)UE_STRING_CLASS
UE_STRING_CLASS(const UCS2CHAR *Str)UE_STRING_CLASS
UE_STRING_CLASS(const UTF32CHAR *Str)UE_STRING_CLASS
UE_STRING_CLASS(CharRangeType &&Str)UE_STRING_CLASSinlineexplicit
UE_STRING_CLASS(CharRangeType &&Str, int32 ExtraSlack)UE_STRING_CLASSinlineexplicit
UE_STRING_CLASS(FIntrusiveUnsetOptionalState Tag)UE_STRING_CLASSinlineexplicit
UE_STRING_DEPRECATED(5.4, "This constructor has been deprecated - please use " PREPROCESSOR_TO_STRING(UE_STRING_CLASS) "::ConstructFromPtrSize(Ptr, Size) instead.") CORE_API UE_STRING_CLASS(int32 LenUE_STRING_CLASS
UE_STRING_DEPRECATED(5.4, "This constructor has been deprecated - please use " PREPROCESSOR_TO_STRING(UE_STRING_CLASS) "::ConstructFromPtrSize(Ptr, Size) instead.") CORE_API UE_STRING_CLASS(int32 LenUE_STRING_CLASS
UE_STRING_DEPRECATED(5.4, "This constructor has been deprecated - please use " PREPROCESSOR_TO_STRING(UE_STRING_CLASS) "::ConstructFromPtrSize(Ptr, Size) instead.") CORE_API UE_STRING_CLASS(int32 LenUE_STRING_CLASS
UE_STRING_DEPRECATED(5.4, "This constructor has been deprecated - please use " PREPROCESSOR_TO_STRING(UE_STRING_CLASS) "::ConstructFromPtrSize(Ptr, Size) instead.") CORE_API UE_STRING_CLASS(int32 LenUE_STRING_CLASS
UE_STRING_DEPRECATED(5.4, "This constructor has been deprecated - please use " PREPROCESSOR_TO_STRING(UE_STRING_CLASS) "::ConstructWithSlack(Ptr, Size) instead.") CORE_API UE_STRING_CLASS(const ANSICHAR *StrUE_STRING_CLASS
UE_STRING_DEPRECATED(5.4, "This constructor has been deprecated - please use " PREPROCESSOR_TO_STRING(UE_STRING_CLASS) "::ConstructWithSlack(Ptr, Size) instead.") CORE_API UE_STRING_CLASS(const WIDECHAR *StrUE_STRING_CLASS
UE_STRING_DEPRECATED(5.4, "This constructor has been deprecated - please use " PREPROCESSOR_TO_STRING(UE_STRING_CLASS) "::ConstructWithSlack(Ptr, Size) instead.") CORE_API UE_STRING_CLASS(const UTF8CHAR *StrUE_STRING_CLASS
UE_STRING_DEPRECATED(5.4, "This constructor has been deprecated - please use " PREPROCESSOR_TO_STRING(UE_STRING_CLASS) "::ConstructWithSlack(Ptr, Size) instead.") CORE_API UE_STRING_CLASS(const UCS2CHAR *StrUE_STRING_CLASS
UEOpEquals(FIntrusiveUnsetOptionalState Tag) constUE_STRING_CLASSinline
UEOpEquals(const UE_STRING_CLASS &Rhs) constUE_STRING_CLASSinline
UEOpEquals(const CharType *Rhs) constUE_STRING_CLASSinline
UEOpGreaterThan(const CharType *Rhs) constUE_STRING_CLASSinline
UEOpLessThan(const UE_STRING_CLASS &Rhs) constUE_STRING_CLASSinline
UEOpLessThan(const CharType *Rhs) constUE_STRING_CLASSinline