Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | Where |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
Syntax
struct Where : public Verse::Vst::Node
Inheritance Hierarchy
- CSharedMix → Node → Where
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Where
(
const SLocus& Whence |
Cloning | uLang/Syntax/VstNode.h | |
| uLang/Syntax/VstNode.h | |||
| uLang/Syntax/VstNode.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| RhsView | uLang::TRangeView< const TSRef< Node > *, const TSRef< Node > * > | uLang/Syntax/VstNode.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticType | const NodeType | uLang/Syntax/VstNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSRef< Node > GetLhs() |
uLang/Syntax/VstNode.h | ||
RhsView GetRhs() |
uLang/Syntax/VstNode.h | ||
void SetLhs
(
TSRef< Node > Lhs |
uLang/Syntax/VstNode.h |
Overridden from Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSRef< Node > CloneNode() |
uLang/Syntax/VstNode.h |