Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
TCharBase |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/Char.h |
| Include Path |
#include "Misc/Char.h" |
Syntax
template<typename CharType, const unsigned int Size>
struct TCharBase
Derived Classes
Struct Specializations
Constants
| Name |
Type |
Remarks |
Include Path |
| CarriageReturn |
CharType |
|
Misc/Char.h |
| FormFeed |
CharType |
|
Misc/Char.h |
| LineFeed |
CharType |
|
Misc/Char.h |
| LineSeparator |
CharType |
|
Misc/Char.h |
| NextLine |
CharType |
|
Misc/Char.h |
| ParagraphSeparator |
CharType |
|
Misc/Char.h |
| VerticalTab |
CharType |
|
Misc/Char.h |
Functions
Static
| Name |
Remarks |
Include Path |
Unreal Specifiers |
static bool IsLinebreak
(
CharType Char
)
|
|
Misc/Char.h |
|