Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CTypeBase
Description
Converts this class into its source code string equivalent, for use in error messages. This is essentially a disassembly of the internal language data-structures into source code. @Notes: The code generated may not round-trip to an equivalent CTypeBase.
| Name | AsCode |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
CUTF8String AsCode
(
ETypeSyntaxPrecedence OuterPrecedence,
ETypeStringFlag Flag
) const