Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/Clause
| Name | EPunctuation |
| Type | enum |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
Syntax
enum EPunctuation
{
Unknown,
Braces,
Colon,
Indentation,
}
Values
| Name | Remarks |
|---|---|
| Unknown | |
| Braces | |
| Colon | |
| Indentation |