UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IsCharType.h File Reference
#include "CoreTypes.h"

Go to the source code of this file.

Classes

struct  TIsCharType< T >
 
struct  TIsCharType< ANSICHAR >
 
struct  TIsCharType< UCS2CHAR >
 
struct  TIsCharType< UTF16CHAR >
 
struct  TIsCharType< WIDECHAR >
 
struct  TIsCharType< UTF8CHAR >
 
struct  TIsCharType< UTF32CHAR >
 
struct  TIsCharType< const T >
 
struct  TIsCharType< volatile T >
 
struct  TIsCharType< const volatile T >
 

Variables

template<typename T >
constexpr bool TIsCharType_V = TIsCharType<T>::Value
 

Variable Documentation

◆ TIsCharType_V

template<typename T >
constexpr bool TIsCharType_V = TIsCharType<T>::Value
inlineconstexpr