Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Syntax > API/Runtime/VerseCompiler/uLang/Syntax/Clause
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include | #include "uLang/Syntax/VstNode.h" |
Syntax
enum EForm
{
Synthetic,
NoSemicolonOrNewline,
HasSemicolonOrNewline,
IsPrependAttributeHolder,
IsAppendAttributeHolder,
}
Values
| Name | Description |
|---|---|
| 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. |