Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Syntax
Inheritance Hierarchy
- CSharedMix
- Node
- Package
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include | #include "uLang/Syntax/VstNode.h" |
Syntax
struct Package : public Verse::Vst::Node
Remarks
A collection of Module nodes.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | _bAllowExperimental | Whether to allow the use of experimental definitions in this package. | |
| bool | _bTreatModulesAsImplicit | If true, module macros in this package's source and digest will be treated as implicit. | |
| LArray< CUTF8String > | _DependencyPackages | Names of packages this package is dependent on. | |
| CUTF8String | _DirPath | Directory path where the source files are located. | |
| CUTF8String | _FilePath | File path of vpackage file if exists, empty otherwise. | |
| CUTF8String | _Name | The name of this package. | |
| uLang::EPackageRole | _Role | The role this package plays in the project. | |
| uint32_t | _UploadedAtFNVersion | This allows us to determine when a package was uploaded for a given Fortnite release version. | |
| CUTF8String | _VersePath | Verse path of the root module of this package. | |
| EVerseScope | _VerseScope | Origin/visibility of Verse code in this package. | |
| uLang::TOptional< uint32_t > | _VerseVersion | The language version targetted by the Verse code in this package. | |
| uLang::TOptional< CUTF8String > | _VniDestDir | Destination directory for VNI generated C++ code (fully qualified) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Package
(
const CUTF8StringView& Name |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uLang::TOptional< TSRef< Module > > | FindModule
(
const Node& ModuleContainer, |
||
| TSRef< Module > | FindOrAddModule
(
const CUTF8StringView& ModuleName, |
Constants
| Name | Description |
|---|---|
| StaticType |