Navigation
API > API/Runtime > API/Runtime/VerseCompiler
A collection of Package nodes Packages (children) are sorted in dependency order (i.e. dependents always follow their dependencies)
| Name | Project |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
Syntax
struct Project : public Verse::Vst::Node
Inheritance Hierarchy
- CSharedMix → Node → Project
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Project
(
const CUTF8StringView& Name |
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 |
|---|---|---|---|---|
| _FilePath | CUTF8String | File path of vproject file if exists, empty otherwise. | uLang/Syntax/VstNode.h | |
| _Name | CUTF8String | The name of this project. | uLang/Syntax/VstNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CloneNodeFields
(
Project* DestNode |
uLang/Syntax/VstNode.h | ||
const TSRef< Module > & FindOrAddModule
(
const CUTF8StringView& ModuleName, |
uLang/Syntax/VstNode.h | ||
bool RemovePackagesWithName
(
const CUTF8StringView& PackageName |
Removes any packages from the project that have the given name. | uLang/Syntax/VstNode.h | |
| uLang/Syntax/VstNode.h |
Overridden from Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSRef< Node > CloneNode() |
uLang/Syntax/VstNode.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uLang::TOptional< TSRef< Module > > FindModule
(
const Node& ModuleContainer, |
uLang/Syntax/VstNode.h |