Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/SourceProject > API/Runtime/VerseCompiler/uLang/SourceProject/CSourcePackage
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/SourceProject/SourceProject.h |
| Include | #include "uLang/SourceProject/SourceProject.h" |
Syntax
struct SSettings
Remarks
Settings of a package This mirrors FVersePackageSettings in the runtime
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | _bAllowExperimental | ||
| bool | _bTreatModulesAsImplicit | ||
| TArray< CUTF8String > | _DependencyPackages | ||
| EPackageRole | _Role | ||
| TOptional< uint32_t > | _UploadedAtFNVersion | ||
| CUTF8String | _VersePath | ||
| EVerseScope | _VerseScope | ||
| TOptional< uint32_t > | _VerseVersion | ||
| TOptional< CUTF8String > | _VniDestDir |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32_t | GetUploadedAtFNVersion
(
uint32_t Default |