Navigation
API > API/Runtime > API/Runtime/Core
Templated literal struct to allow selection of wide or ansi string literals based on the character type provided, and not on compiler switches.
| Name | TLiteral |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Char.h |
| Include Path | #include "Misc/Char.h" |
Syntax
template<typename T>
struct TLiteral
Struct Specializations
| Name | Remarks |
|---|---|
| TLiteral< WIDECHAR > |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const ANSICHAR Select
(
const ANSICHAR ansi, |
Misc/Char.h | ||
static const ANSICHAR * Select
(
const ANSICHAR* ansi, |
Misc/Char.h |