UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TStringView< CharType > Member List

This is the complete list of members for TStringView< CharType >, including all inherited members.

begin() constTStringView< CharType >inline
Compare(const OtherRangeType &Other, ESearchCase::Type SearchCase=ESearchCase::CaseSensitive) constTStringView< CharType >inline
Compare(TStringView< OtherCharType > Other, ESearchCase::Type SearchCase=ESearchCase::CaseSensitive) constTStringView< CharType >inline
Compare(const OtherCharType *Other, ESearchCase::Type SearchCase=ESearchCase::CaseSensitive) constTStringView< CharType >inline
Contains(ViewType Search, ESearchCase::Type SearchCase=ESearchCase::CaseSensitive) constTStringView< CharType >inline
CopyString(CharType *Dest, int32 CharCount, int32 Position=0) constTStringView< CharType >inline
DataPtrTStringView< CharType >protected
ElementType typedefTStringView< CharType >
end() constTStringView< CharType >inline
EndsWith(CharType Suffix) constTStringView< CharType >inline
EndsWith(ViewType Suffix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) constTStringView< CharType >inline
Equals(TStringView< OtherCharType > OtherView, ESearchCase::Type SearchCase=ESearchCase::CaseSensitive) constTStringView< CharType >inline
Equals(const OtherRangeType &Other, ESearchCase::Type SearchCase=ESearchCase::CaseSensitive) constTStringView< CharType >inline
Equals(const OtherCharType *Other, ESearchCase::Type SearchCase=ESearchCase::CaseSensitive) constTStringView< CharType >inline
Find(ViewType Search, int32 StartPosition=0, ESearchCase::Type SearchCase=ESearchCase::CaseSensitive) constTStringView< CharType >inline
FindChar(CharType Search, int32 &OutIndex) constTStringView< CharType >inline
FindLastChar(CharType Search, int32 &OutIndex) constTStringView< CharType >inline
GetData() constTStringView< CharType >inline
GetNumTStringView< CharType >friend
GetTypeHashTStringView< CharType >friend
IsEmpty() constTStringView< CharType >inline
IsValidIndex(int32 Index) constTStringView< CharType >inline
Left(int32 CharCount) constTStringView< CharType >inline
LeftChop(int32 CharCount) constTStringView< CharType >inline
LeftChopInline(int32 CharCount)TStringView< CharType >inline
LeftInline(int32 CharCount)TStringView< CharType >inline
Len() constTStringView< CharType >inline
Mid(int32 Position, int32 CharCount=MAX_int32) constTStringView< CharType >inline
MidInline(int32 Position, int32 CharCount=MAX_int32)TStringView< CharType >inline
NumBytes() constTStringView< CharType >inline
operator[](int32 Index) constTStringView< CharType >inline
rbegin() constTStringView< CharType >inline
RemovePrefix(int32 CharCount)TStringView< CharType >inline
RemoveSuffix(int32 CharCount)TStringView< CharType >inline
rend() constTStringView< CharType >inline
Reset()TStringView< CharType >inline
Right(int32 CharCount) constTStringView< CharType >inline
RightChop(int32 CharCount) constTStringView< CharType >inline
RightChopInline(int32 CharCount)TStringView< CharType >inline
RightInline(int32 CharCount)TStringView< CharType >inline
SizeTStringView< CharType >protected
StartsWith(CharType Prefix) constTStringView< CharType >inline
StartsWith(ViewType Prefix, ESearchCase::Type SearchCase=ESearchCase::IgnoreCase) constTStringView< CharType >inline
SubStr(int32 Position, int32 CharCount) constTStringView< CharType >inline
TrimEnd() constTStringView< CharType >inline
TrimEndInline()TStringView< CharType >inline
TrimStart() constTStringView< CharType >inline
TrimStartAndEnd() constTStringView< CharType >inline
TrimStartAndEndInline()TStringView< CharType >inline
TrimStartInline()TStringView< CharType >inline
TStringView()=defaultTStringView< CharType >
TStringView(const CharType *InData UE_LIFETIMEBOUND)TStringView< CharType >inline
TStringView(const CharType *InData UE_LIFETIMEBOUND, int32 InSize)TStringView< CharType >inline
TStringView(const OtherCharType *InData UE_LIFETIMEBOUND)TStringView< CharType >inline
TStringView(const OtherCharType *InData UE_LIFETIMEBOUND, int32 InSize)TStringView< CharType >inline
TStringView(const CharRangeType &InRange UE_LIFETIMEBOUND)TStringView< CharType >inline
UEOpEquals(TStringView Rhs) constTStringView< CharType >inline
UEOpEquals(CharRangeType &&Rhs) constTStringView< CharType >inline
UEOpEquals(const CharType *Rhs) constTStringView< CharType >inline
UEOpGreaterThan(CharRangeType &&Rhs)TStringView< CharType >inline
UEOpLessThan(TStringView Rhs) constTStringView< CharType >inline
UEOpLessThan(CharRangeType &&Rhs)TStringView< CharType >inline
ViewType typedefTStringView< CharType >