UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Char.h File Reference
#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< TCHARFChar
 
typedef TChar< WIDECHARFCharWide
 
typedef TChar< ANSICHARFCharAnsi
 

Macro Definition Documentation

◆ LITERAL

#define LITERAL (   CharType,
  StringLiteral 
)    TLiteral<CharType>::Select(StringLiteral, TEXT(StringLiteral))

Typedef Documentation

◆ FChar

◆ FCharAnsi

◆ FCharWide