![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for UE_STRING_CLASS, including all inherited members.
| AllocatorType typedef | UE_STRING_CLASS | |
| Append(const CharType *Str, int32 Count) | UE_STRING_CLASS | inline |
| Append(CharType *Str) | UE_STRING_CLASS | inline |
| Append(CharRangeType &&Str) | UE_STRING_CLASS | inline |
| 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_CLASS | inline |
| AppendInt(int32 InNum) | UE_STRING_CLASS | |
| AutoRTFMAssignFromOpenToClosed(UE_STRING_CLASS &Closed, const UE_STRING_CLASS &Open) | UE_STRING_CLASS | inlinestatic |
| begin() | UE_STRING_CLASS | inline |
| begin() const | UE_STRING_CLASS | inline |
| bHasIntrusiveUnsetOptionalState | UE_STRING_CLASS | static |
| CheckInvariants() const | UE_STRING_CLASS | inline |
| Chr(ElementType Ch) | UE_STRING_CLASS | static |
| ChrN(int32 NumCharacters, ElementType Char) | UE_STRING_CLASS | static |
| Compare(const UE_STRING_CLASS &Other, ESearchCase::Type SearchCase=ESearchCase::CaseSensitive) const | UE_STRING_CLASS | inline |
| ConstructFromPtrSize(const ANSICHAR *Str, int32 Size) | UE_STRING_CLASS | static |
| ConstructFromPtrSize(const WIDECHAR *Str, int32 Size) | UE_STRING_CLASS | static |
| ConstructFromPtrSize(const UTF8CHAR *Str, int32 Size) | UE_STRING_CLASS | static |
| ConstructFromPtrSize(const UCS2CHAR *Str, int32 Size) | UE_STRING_CLASS | static |
| ConstructFromPtrSize(const UTF32CHAR *Str, int32 Size) | UE_STRING_CLASS | static |
| ConstructFromPtrSizeWithSlack(const ANSICHAR *Str, int32 Size, int32 ExtraSlack) | UE_STRING_CLASS | static |
| ConstructFromPtrSizeWithSlack(const WIDECHAR *Str, int32 Size, int32 ExtraSlack) | UE_STRING_CLASS | static |
| ConstructFromPtrSizeWithSlack(const UTF8CHAR *Str, int32 Size, int32 ExtraSlack) | UE_STRING_CLASS | static |
| ConstructFromPtrSizeWithSlack(const UCS2CHAR *Str, int32 Size, int32 ExtraSlack) | UE_STRING_CLASS | static |
| ConstructFromPtrSizeWithSlack(const UTF32CHAR *Str, int32 Size, int32 ExtraSlack) | UE_STRING_CLASS | static |
| ConstructWithSlack(const ANSICHAR *Str, int32 ExtraSlack) | UE_STRING_CLASS | static |
| ConstructWithSlack(const WIDECHAR *Str, int32 ExtraSlack) | UE_STRING_CLASS | static |
| ConstructWithSlack(const UTF8CHAR *Str, int32 ExtraSlack) | UE_STRING_CLASS | static |
| ConstructWithSlack(const UCS2CHAR *Str, int32 ExtraSlack) | UE_STRING_CLASS | static |
| ConstructWithSlack(const UTF32CHAR *Str, int32 ExtraSlack) | UE_STRING_CLASS | static |
| Contains(CharRangeType &&SubStr, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase, ESearchDir::Type SearchDir=ESearchDir::FromStart) const | UE_STRING_CLASS | inline |
| Contains(const ElementType *SubStr, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase, ESearchDir::Type SearchDir=ESearchDir::FromStart) const | UE_STRING_CLASS | inline |
| Contains(const UE_STRING_CLASS &SubStr, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase, ESearchDir::Type SearchDir=ESearchDir::FromStart) const | UE_STRING_CLASS | inline |
| Contains(const ElementType *SubStr, int32 SubStrLen, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase, ESearchDir::Type SearchDir=ESearchDir::FromStart) const | UE_STRING_CLASS | inline |
| ConvertTabsToSpaces(const int32 InSpacesPerTab) const & | UE_STRING_CLASS | inline |
| ConvertTabsToSpaces(const int32 InSpacesPerTab) && | UE_STRING_CLASS | inline |
| ConvertTabsToSpacesInline(const int32 InSpacesPerTab) | UE_STRING_CLASS | |
| CountBytes(FArchive &Ar) const | UE_STRING_CLASS | inline |
| CreateConstIterator() const | UE_STRING_CLASS | inline |
| CreateIterator() | UE_STRING_CLASS | inline |
| CullArray(TArray< UE_STRING_CLASS > *InOutArray) | UE_STRING_CLASS | static |
| ElementType typedef | UE_STRING_CLASS | |
| Empty() | UE_STRING_CLASS | |
| Empty(int32 Slack) | UE_STRING_CLASS | |
| end() | UE_STRING_CLASS | inline |
| end() const | UE_STRING_CLASS | inline |
| EndsWith(CharRangeType &&InSuffix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) const | UE_STRING_CLASS | inline |
| EndsWith(const ElementType *InSuffix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) const | UE_STRING_CLASS | inline |
| EndsWith(const UE_STRING_CLASS &InSuffix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) const | UE_STRING_CLASS | inline |
| EndsWith(const ElementType *InSuffix, int32 InSuffixLen, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) const | UE_STRING_CLASS | |
| Equals(const UE_STRING_CLASS &Other, ESearchCase::Type SearchCase=ESearchCase::CaseSensitive) const | UE_STRING_CLASS | inline |
| ExtraSlack | UE_STRING_CLASS | |
| Find(CharRangeType &&SubStr, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase, ESearchDir::Type SearchDir=ESearchDir::FromStart, int32 StartPosition=INDEX_NONE) const | UE_STRING_CLASS | inline |
| Find(const ElementType *SubStr, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase, ESearchDir::Type SearchDir=ESearchDir::FromStart, int32 StartPosition=INDEX_NONE) const | UE_STRING_CLASS | inline |
| Find(const UE_STRING_CLASS &SubStr, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase, ESearchDir::Type SearchDir=ESearchDir::FromStart, int32 StartPosition=INDEX_NONE) const | UE_STRING_CLASS | inline |
| Find(const ElementType *SubStr, int32 InSubStrLen, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase, ESearchDir::Type SearchDir=ESearchDir::FromStart, int32 StartPosition=INDEX_NONE) const | UE_STRING_CLASS | |
| FindChar(ElementType InChar, int32 &OutIndex) const | UE_STRING_CLASS | inline |
| FindLastChar(ElementType InChar, int32 &OutIndex) const | UE_STRING_CLASS | inline |
| FindLastCharByPredicate(Predicate Pred, int32 Count) const | UE_STRING_CLASS | inline |
| FindLastCharByPredicate(Predicate Pred) const | UE_STRING_CLASS | inline |
| FmtCharType typedef | UE_STRING_CLASS | |
| Format(const FmtCharType *InFormatString, const PREPROCESSOR_JOIN(UE_STRING_CLASS, FormatNamedArguments)&InNamedArguments) | UE_STRING_CLASS | inlinestatic |
| Format(const FmtCharType *InFormatString, const FStringFormatOrderedArguments &InOrderedArguments) | UE_STRING_CLASS | inlinestatic |
| FormatAsNumber(int32 InNumber) | UE_STRING_CLASS | static |
| FromBlob(const uint8 *SrcBuffer, const uint32 SrcSize) | UE_STRING_CLASS | static |
| FromHexBlob(const uint8 *SrcBuffer, const uint32 SrcSize) | UE_STRING_CLASS | static |
| FromInt(int32 Num) | UE_STRING_CLASS | inlinestatic |
| GetAllocatedSize() const | UE_STRING_CLASS | inline |
| GetCharArray() UE_LIFETIMEBOUND | UE_STRING_CLASS | inline |
| GetCharArray() const UE_LIFETIMEBOUND | UE_STRING_CLASS | inline |
| GetTypeHash | UE_STRING_CLASS | friend |
| InsertAt(int32 Index, ElementType Character) | UE_STRING_CLASS | |
| InsertAt(int32 Index, const UE_STRING_CLASS &Characters) | UE_STRING_CLASS | |
| IntrusiveUnsetOptionalStateType typedef | UE_STRING_CLASS | |
| IsEmpty() const | UE_STRING_CLASS | inline |
| IsNumeric() const | UE_STRING_CLASS | |
| IsValidIndex(int32 Index) const | UE_STRING_CLASS | inline |
| Join(const RangeType &Range, const ElementType *Separator) | UE_STRING_CLASS | inlinestatic |
| JoinBy(const RangeType &Range, const ElementType *Separator, ProjectionType Proj) | UE_STRING_CLASS | inlinestatic |
| Left(int32 Count) const & | UE_STRING_CLASS | inline |
| Left(int32 Count) && | UE_STRING_CLASS | inline |
| LeftChop(int32 Count) const & | UE_STRING_CLASS | inline |
| LeftChop(int32 Count) && | UE_STRING_CLASS | inline |
| LeftChopInline(int32 Count, EAllowShrinking AllowShrinking=EAllowShrinking::Default) | UE_STRING_CLASS | inline |
| LeftChopInline(int32 Count, bool bAllowShrinking) | UE_STRING_CLASS | inline |
| LeftInline(int32 Count, EAllowShrinking AllowShrinking=EAllowShrinking::Default) | UE_STRING_CLASS | inline |
| LeftInline(int32 Count, bool bAllowShrinking) | UE_STRING_CLASS | inline |
| LeftPad(int32 ChCount) const | UE_STRING_CLASS | |
| Len() const | UE_STRING_CLASS | inline |
| MatchesWildcard(CharRangeType &&Wildcard, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) const | UE_STRING_CLASS | inline |
| MatchesWildcard(const ElementType *Wildcard, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) const | UE_STRING_CLASS | inline |
| MatchesWildcard(const UE_STRING_CLASS &Wildcard, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) const | UE_STRING_CLASS | inline |
| MatchesWildcard(const ElementType *Wildcard, int32 WildcardLen, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) const | UE_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_CLASS | inline |
| Mid(int32 Start) && | UE_STRING_CLASS | inline |
| MidInline(int32 Start, int32 Count=MAX_int32, EAllowShrinking AllowShrinking=EAllowShrinking::Default) | UE_STRING_CLASS | inline |
| MidInline(int32 Start, int32 Count, bool bAllowShrinking) | UE_STRING_CLASS | inline |
| NumBytesWithNull() const | UE_STRING_CLASS | inline |
| NumBytesWithoutNull() const | UE_STRING_CLASS | inline |
| operator*() const UE_LIFETIMEBOUND | UE_STRING_CLASS | inline |
| operator+ | UE_STRING_CLASS | friend |
| operator+ | UE_STRING_CLASS | friend |
| operator+ | UE_STRING_CLASS | friend |
| operator+ | UE_STRING_CLASS | friend |
| operator+ | UE_STRING_CLASS | friend |
| operator+ | UE_STRING_CLASS | friend |
| operator+ | UE_STRING_CLASS | friend |
| operator+ | UE_STRING_CLASS | friend |
| operator+ | UE_STRING_CLASS | friend |
| operator+ | UE_STRING_CLASS | friend |
| operator+ | UE_STRING_CLASS | friend |
| operator+ | UE_STRING_CLASS | friend |
| operator+ | UE_STRING_CLASS | friend |
| operator+ | UE_STRING_CLASS | friend |
| operator+=(StrType &&Str) -> decltype(Append(Forward< StrType >(Str))) | UE_STRING_CLASS | inline |
| operator+=(AppendedCharType Char) | UE_STRING_CLASS | inline |
| operator/ | UE_STRING_CLASS | friend |
| operator/ | UE_STRING_CLASS | friend |
| operator/ | UE_STRING_CLASS | friend |
| operator/ | UE_STRING_CLASS | friend |
| operator/ | UE_STRING_CLASS | friend |
| operator/=(const ElementType *Str) | UE_STRING_CLASS | inline |
| operator/=(CharRangeType &&Str) | UE_STRING_CLASS | inline |
| operator/=(const CharType *Str) | UE_STRING_CLASS | inline |
| operator<< | UE_STRING_CLASS | friend |
| operator=(UE_STRING_CLASS &&)=default | UE_STRING_CLASS | |
| operator=(const UE_STRING_CLASS &)=default | UE_STRING_CLASS | |
| operator=(const ElementType *Str) | UE_STRING_CLASS | |
| operator=(CharRangeType &&Range) | UE_STRING_CLASS | inline |
| operator[](int32 Index) UE_LIFETIMEBOUND | UE_STRING_CLASS | inline |
| operator[](int32 Index) const UE_LIFETIMEBOUND | UE_STRING_CLASS | inline |
| ParseIntoArray(TArray< UE_STRING_CLASS > &OutArray, const ElementType *pchDelim, bool bInCullEmpty=true) const | UE_STRING_CLASS | |
| ParseIntoArray(TArray< UE_STRING_CLASS > &OutArray, const ElementType *const *DelimArray, int32 NumDelims, bool bInCullEmpty=true) const | UE_STRING_CLASS | |
| ParseIntoArrayLines(TArray< UE_STRING_CLASS > &OutArray, bool bInCullEmpty=true) const | UE_STRING_CLASS | |
| ParseIntoArrayWS(TArray< UE_STRING_CLASS > &OutArray, const ElementType *pchExtraDelim=nullptr, bool bInCullEmpty=true) const | UE_STRING_CLASS | |
| PathAppend(const ElementType *Str, int32 StrLength) | UE_STRING_CLASS | |
| Printf(UE::Core::TCheckedFormatString< FmtCharType, Types... > Fmt, Types... Args) | UE_STRING_CLASS | inlinestatic |
| rbegin() | UE_STRING_CLASS | inline |
| rbegin() const | UE_STRING_CLASS | inline |
| 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_CLASS | inline |
| RemoveFromEnd(CharRangeType &&InSuffix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) | UE_STRING_CLASS | inline |
| RemoveFromEnd(const ElementType *InSuffix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) | UE_STRING_CLASS | inline |
| RemoveFromEnd(const UE_STRING_CLASS &InSuffix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) | UE_STRING_CLASS | inline |
| RemoveFromEnd(const ElementType *InSuffix, int32 InSuffixLen, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) | UE_STRING_CLASS | |
| RemoveFromStart(CharRangeType &&InPrefix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) | UE_STRING_CLASS | inline |
| RemoveFromStart(const ElementType *InPrefix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) | UE_STRING_CLASS | inline |
| RemoveFromStart(const UE_STRING_CLASS &InPrefix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) | UE_STRING_CLASS | inline |
| RemoveFromStart(const ElementType *InPrefix, int32 InPrefixLen, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) | UE_STRING_CLASS | |
| RemoveSpacesInline() | UE_STRING_CLASS | |
| rend() | UE_STRING_CLASS | inline |
| rend() const | UE_STRING_CLASS | inline |
| 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_CLASS | inline |
| ReplaceCharWithEscapedChar(const TArray< ElementType > *Chars=nullptr) const & | UE_STRING_CLASS | inline |
| ReplaceCharWithEscapedChar(const TArray< ElementType > *Chars=nullptr) && | UE_STRING_CLASS | inline |
| ReplaceCharWithEscapedCharInline(const TArray< ElementType > *Chars=nullptr) | UE_STRING_CLASS | |
| ReplaceEscapedCharWithChar(const TArray< ElementType > *Chars=nullptr) const & | UE_STRING_CLASS | inline |
| ReplaceEscapedCharWithChar(const TArray< ElementType > *Chars=nullptr) && | UE_STRING_CLASS | inline |
| 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_CLASS | inline |
| 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_CLASS | inline |
| Right(int32 Count) && | UE_STRING_CLASS | inline |
| RightChop(int32 Count) const & | UE_STRING_CLASS | |
| RightChop(int32 Count) && | UE_STRING_CLASS | inline |
| RightChopInline(int32 Count, EAllowShrinking AllowShrinking=EAllowShrinking::Default) | UE_STRING_CLASS | inline |
| RightChopInline(int32 Count, bool bAllowShrinking) | UE_STRING_CLASS | inline |
| RightInline(int32 Count, EAllowShrinking AllowShrinking=EAllowShrinking::Default) | UE_STRING_CLASS | inline |
| RightInline(int32 Count, bool bAllowShrinking) | UE_STRING_CLASS | inline |
| RightPad(int32 ChCount) const | UE_STRING_CLASS | |
| SanitizeFloat(double InFloat, const int32 InMinFractionalDigits=1) | UE_STRING_CLASS | static |
| SerializeAsANSICharArray(FArchive &Ar, int32 MinCharacters=0) const | UE_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) const | UE_STRING_CLASS | |
| Split(const UE_STRING_CLASS &InStr, UE_STRING_CLASS *LeftS, UE_STRING_CLASS *RightS) const | UE_STRING_CLASS | |
| StartsWith(CharRangeType &&InPrefix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) const | UE_STRING_CLASS | inline |
| StartsWith(const ElementType *InPrefix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) const | UE_STRING_CLASS | inline |
| StartsWith(const UE_STRING_CLASS &InPrefix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) const | UE_STRING_CLASS | inline |
| StartsWith(const ElementType *InPrefix, int32 InPrefixLen, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) const | UE_STRING_CLASS | |
| Str | UE_STRING_CLASS | |
| Str | UE_STRING_CLASS | |
| Str | UE_STRING_CLASS | |
| Str | UE_STRING_CLASS | |
| TConstIterator typedef | UE_STRING_CLASS | |
| TIterator typedef | UE_STRING_CLASS | |
| ToBlob(const UE_STRING_CLASS &Source, uint8 *DestBuffer, const uint32 DestSize) | UE_STRING_CLASS | static |
| ToBool() const | UE_STRING_CLASS | |
| ToHexBlob(const UE_STRING_CLASS &Source, uint8 *DestBuffer, const uint32 DestSize) | UE_STRING_CLASS | static |
| 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()=default | UE_STRING_CLASS | |
| UE_STRING_CLASS(EConstEval) | UE_STRING_CLASS | inlineexplicit |
| UE_STRING_CLASS(UE_STRING_CLASS &&)=default | UE_STRING_CLASS | |
| UE_STRING_CLASS(const UE_STRING_CLASS &)=default | UE_STRING_CLASS | |
| UE_STRING_CLASS(const UE_STRING_CLASS &Other, int32 ExtraSlack) | UE_STRING_CLASS | inline |
| UE_STRING_CLASS(UE_STRING_CLASS &&Other, int32 ExtraSlack) | UE_STRING_CLASS | inline |
| 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_CLASS | inlineexplicit |
| UE_STRING_CLASS(CharRangeType &&Str, int32 ExtraSlack) | UE_STRING_CLASS | inlineexplicit |
| UE_STRING_CLASS(FIntrusiveUnsetOptionalState Tag) | UE_STRING_CLASS | inlineexplicit |
| 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 Len | UE_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 Len | UE_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 Len | UE_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 Len | UE_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 *Str | UE_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 *Str | UE_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 *Str | UE_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 *Str | UE_STRING_CLASS | |
| UEOpEquals(FIntrusiveUnsetOptionalState Tag) const | UE_STRING_CLASS | inline |
| UEOpEquals(const UE_STRING_CLASS &Rhs) const | UE_STRING_CLASS | inline |
| UEOpEquals(const CharType *Rhs) const | UE_STRING_CLASS | inline |
| UEOpGreaterThan(const CharType *Rhs) const | UE_STRING_CLASS | inline |
| UEOpLessThan(const UE_STRING_CLASS &Rhs) const | UE_STRING_CLASS | inline |
| UEOpLessThan(const CharType *Rhs) const | UE_STRING_CLASS | inline |