![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreTypes.h"#include "Traits/IntType.h"#include <ctype.h>#include <wctype.h>#include <type_traits>Go to the source code of this file.
Classes | |
| struct | TLiteral< T > |
| struct | TLiteral< WIDECHAR > |
| struct | TCharBase< CharType, Size > |
| struct | TCharBase< CharType, 1 > |
| struct | TChar< CharType > |
Macros | |
| #define | LITERAL(CharType, StringLiteral) TLiteral<CharType>::Select(StringLiteral, TEXT(StringLiteral)) |
Typedefs | |
| typedef TChar< TCHAR > | FChar |
| typedef TChar< WIDECHAR > | FCharWide |
| typedef TChar< ANSICHAR > | FCharAnsi |
| #define LITERAL | ( | CharType, | |
| StringLiteral | |||
| ) | TLiteral<CharType>::Select(StringLiteral, TEXT(StringLiteral)) |