Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CharLiteral
| Name | EFormat |
| Type | enum |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
Syntax
enum EFormat
{
ASCII,
UnicodeScalar,
UTF8CodeUnit,
UnicodeScalarCode,
EscapedCode,
}
Values
| Name | Remarks |
|---|---|
| ASCII | |
| UnicodeScalar | |
| UTF8CodeUnit | |
| UnicodeScalarCode | |
| EscapedCode |