Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/uLang > API/Runtime/uLangCore/uLang/Common > API/Runtime/uLangCore/uLang/Common/Text
References
| Module | uLangCore |
| Header | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/Unicode.h |
| Include | #include "uLang/Common/Text/Unicode.h" |
Syntax
struct SUniCodePointLength
Remarks
Pair of code point and its length in bytes in UTF-8.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32_t | _ByteLengthUTF8 | ||
| UniCodePoint | _CodePoint |