Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | Clause |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
Syntax
struct Clause : public Verse::Vst::Node
Inheritance Hierarchy
- CSharedMix → Node → Clause
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| uLang/Syntax/VstNode.h | |||
Clause
(
const SLocus& Whence, |
uLang/Syntax/VstNode.h | ||
| uLang/Syntax/VstNode.h | |||
| uLang/Syntax/VstNode.h | |||
| uLang/Syntax/VstNode.h | |||
| uLang/Syntax/VstNode.h | |||
| uLang/Syntax/VstNode.h | |||
| uLang/Syntax/VstNode.h |
Enums
Public
| Name | Remarks |
|---|---|
| EForm | |
| EPunctuation |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticType | const Vst::NodeType | uLang/Syntax/VstNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Form | EForm | uLang/Syntax/VstNode.h | ||
| _Punctuation | EPunctuation | Tells us whether the clause should be using either colon and newlines, or curly braces and semicolons to separate expressions. | uLang/Syntax/VstNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EForm GetForm() |
uLang/Syntax/VstNode.h | ||
EPunctuation GetPunctuation() |
uLang/Syntax/VstNode.h | ||
void SetForm
(
const EForm InForm |
uLang/Syntax/VstNode.h | ||
void SetPunctuation
(
const EPunctuation InPunctuation |
uLang/Syntax/VstNode.h |
Overridden from Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSRef< Node > CloneNode() |
uLang/Syntax/VstNode.h |