UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TCharBase< CharType, 1 > Struct Template Reference

#include <Char.h>

Static Public Member Functions

static bool IsLinebreak (CharType Char)
 

Static Public Attributes

static constexpr CharType LineFeed = (CharType)0xa
 
static constexpr CharType VerticalTab = (CharType)0xb
 
static constexpr CharType FormFeed = (CharType)0xc
 
static constexpr CharType CarriageReturn = (CharType)0xd
 

Member Function Documentation

◆ IsLinebreak()

template<typename CharType >
static bool TCharBase< CharType, 1 >::IsLinebreak ( CharType  Char)
inlinestatic

Member Data Documentation

◆ CarriageReturn

template<typename CharType >
constexpr CharType TCharBase< CharType, 1 >::CarriageReturn = (CharType)0xd
staticconstexpr

◆ FormFeed

template<typename CharType >
constexpr CharType TCharBase< CharType, 1 >::FormFeed = (CharType)0xc
staticconstexpr

◆ LineFeed

template<typename CharType >
constexpr CharType TCharBase< CharType, 1 >::LineFeed = (CharType)0xa
staticconstexpr

◆ VerticalTab

template<typename CharType >
constexpr CharType TCharBase< CharType, 1 >::VerticalTab = (CharType)0xb
staticconstexpr

The documentation for this struct was generated from the following file: