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
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
Identifier
(
const CUTF8StringView& InName,
const SLocus& Whence
)
|
|
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 |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
const TSRef< Node > & GetQualification()
|
|
uLang/Syntax/VstNode.h |
|
|
|
uLang/Syntax/VstNode.h |
|