Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Syntax
Inheritance Hierarchy
- CSharedMix
- Node
- Project
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include | #include "uLang/Syntax/VstNode.h" |
Syntax
struct Project : public Verse::Vst::Node
Remarks
A collection of Package nodes Packages (children) are sorted in dependency order (i.e. dependents always follow their dependencies)
Variables
| Type | Name | Description | |
|---|---|---|---|
| CUTF8String | _FilePath | File path of vproject file if exists, empty otherwise. | |
| CUTF8String | _Name | The name of this project. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Project
(
const CUTF8StringView& Name |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uLang::TOptional< TSRef< Module > > | FindModule
(
const Node& ModuleContainer, |
||
| const TSRef< Module > & | FindOrAddModule
(
const CUTF8StringView& ModuleName, |
||
| bool | RemovePackagesWithName
(
const CUTF8StringView& PackageName |
Removes any packages from the project that have the given name. | |
| bool | ReplaceSnippet
(
const CUTF8StringView& PathOfOldSnippetToReplace, |
Constants
| Name | Description |
|---|---|
| StaticType |