Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | TypeSpec |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
Syntax
struct TypeSpec : public Verse::Vst::Node
Inheritance Hierarchy
- CSharedMix → Node → TypeSpec
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TypeSpec
(
const SLocus& Whence |
Cloning | uLang/Syntax/VstNode.h | |
| uLang/Syntax/VstNode.h | |||
| uLang/Syntax/VstNode.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticType | const Vst::NodeType | uLang/Syntax/VstNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _TypeSpecComments | NodeArray | Comments that go after the ':' of the typespec | uLang/Syntax/VstNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendTypeSpecComment
(
const TSRef< Node >& NewComment |
uLang/Syntax/VstNode.h | ||
void AppendTypeSpecComment
(
TSRef< Node >&& NewComment |
uLang/Syntax/VstNode.h | ||
void CloneNodeFields
(
TypeSpec* DestNode |
uLang/Syntax/VstNode.h | ||
TSRef< Vst::Node > GetLhs() |
uLang/Syntax/VstNode.h | ||
TSRef< Vst::Node > GetRhs() |
uLang/Syntax/VstNode.h | ||
bool HasLhs() |
uLang/Syntax/VstNode.h | ||
TSRef< Vst::Node > TakeLhs() |
uLang/Syntax/VstNode.h | ||
TSRef< Vst::Node > TakeRhs() |
uLang/Syntax/VstNode.h |
Overridden from Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSRef< Node > CloneNode() |
uLang/Syntax/VstNode.h |