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

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

AppendCodepointToString(const UTF32CHAR Codepoint, FString &OutString)FTextCharstatic
ConvertCodepointToString(const UTF32CHAR Codepoint, FString &OutString)FTextCharstatic
GetCodepoint(const TCHAR *Buffer, int32 *OutNumTCHARInCodepoint=nullptr)FTextCharstatic
IsAlnum(const UTF32CHAR Codepoint)FTextCharstatic
IsAlpha(const UTF32CHAR Codepoint)FTextCharstatic
IsControl(const UTF32CHAR Codepoint)FTextCharstatic
IsDigit(const UTF32CHAR Codepoint)FTextCharstatic
IsGraph(const UTF32CHAR Codepoint)FTextCharstatic
IsHexDigit(const UTF32CHAR Codepoint)FTextCharstatic
IsLower(const UTF32CHAR Codepoint)FTextCharstatic
IsPrint(const UTF32CHAR Codepoint)FTextCharstatic
IsPunct(const UTF32CHAR Codepoint)FTextCharstatic
IsUpper(const UTF32CHAR Codepoint)FTextCharstatic
IsWhitespace(const UTF32CHAR Codepoint)FTextCharstatic
ToLower(const UTF32CHAR Codepoint)FTextCharstatic
ToUpper(const UTF32CHAR Codepoint)FTextCharstatic