Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/Char.h |
Include | #include "Misc/Char.h" |
Syntax
template<typename T>
struct TLiteral
Remarks
Templated literal struct to allow selection of wide or ansi string literals based on the character type provided, and not on compiler switches.