Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/Clause
| Name | EForm |
| Type | enum |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
Syntax
enum EForm
{
Synthetic,
NoSemicolonOrNewline,
HasSemicolonOrNewline,
IsPrependAttributeHolder,
IsAppendAttributeHolder,
}
Values
| Name | Remarks |
|---|---|
| Synthetic | |
| NoSemicolonOrNewline | |
| HasSemicolonOrNewline | |
| IsPrependAttributeHolder | Used for clauses that have a single attribute identifier VST node within it. |
| IsAppendAttributeHolder | Used for clauses that have a single attribute identifier VST node within it. |