Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | Mutation |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
Syntax
struct Mutation : public Verse::Vst::Node
Inheritance Hierarchy
- CSharedMix → Node → Mutation
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Cloning | uLang/Syntax/VstNode.h | ||
| uLang/Syntax/VstNode.h |
Enums
Public
| Name | Remarks |
|---|---|
| EKeyword |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticType | const NodeType | uLang/Syntax/VstNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _bLive | bool | uLang/Syntax/VstNode.h | ||
| _Keyword | EKeyword | uLang/Syntax/VstNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSRef< Node > Child() |
uLang/Syntax/VstNode.h |
Overridden from Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSRef< Node > CloneNode() |
uLang/Syntax/VstNode.h |