![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "uLang/Common/Common.h"Go to the source code of this file.
Classes | |
| struct | uLang::SUniCodePointLength |
| Pair of code point and its length in bytes in UTF-8. More... | |
| struct | uLang::SUTF8CodePoint |
| class | uLang::CUnicode |
| Helper class providing useful unicode functionality. More... | |
Namespaces | |
| namespace | uLang |
Macros | |
| #define | UE_API ULANGCORE_API |
Typedefs | |
| using | uLang::UTF8Char = uint8_t |
| UTF-8 octet. | |
| using | uLang::UniCodePoint = uint32_t |
| UTF-32 character / code point. | |
Variables | |
| constexpr size_t | uLang::ASCII_RANGE = 128 |
| constexpr size_t | uLang::BYTE_RANGE = 256 |
| #define UE_API ULANGCORE_API |