Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTextChar
Description
Determine whether the given codepoint is a whitespace character.
It is safe to pass a UTF-16 TCHAR to this function, since whitespace is never a pair of UTF-16 characters.
| Name | IsWhitespace |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/TextChar.h |
| Include Path | #include "Internationalization/TextChar.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/LegacyText.cpp |
static bool IsWhitespace
(
const UTF32CHAR Codepoint
)