Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | Identifier |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
Syntax
struct Identifier : public Verse::Vst::CAtom
Inheritance Hierarchy
- CSharedMix → Node → CAtom → Identifier
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Identifier
(
const CUTF8StringView& InName, |
uLang/Syntax/VstNode.h | ||
Identifier
(
const CUTF8StringView& InName, |
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 |
|---|---|---|---|---|
| _QualifierPostComments | NodeArray | Comments that are to be suffixed to the qualifiers of this identifier. | uLang/Syntax/VstNode.h | |
| _QualifierPreComments | NodeArray | Comments that are to be prefixed to the qualifiers of this identifier. | uLang/Syntax/VstNode.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _bCanBeQualified | bool | uLang/Syntax/VstNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AddQualifier
(
const uLang::CUTF8StringView& InQualifier |
Adds a qualifier if un-qualified. | uLang/Syntax/VstNode.h | |
bool CanBeQualified() |
uLang/Syntax/VstNode.h | ||
void CloneNodeFields
(
Identifier* DestNode |
uLang/Syntax/VstNode.h | ||
const TSRef< Node > & GetQualification() |
uLang/Syntax/VstNode.h | ||
bool IsQualified() |
uLang/Syntax/VstNode.h | ||
void SetCanBeQualified
(
const bool bCanBeQualified |
uLang/Syntax/VstNode.h |
Overridden from Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSRef< Node > CloneNode() |
uLang/Syntax/VstNode.h |