Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CSourcePackage
Settings of a package This mirrors FVersePackageSettings in the runtime
| Name | SSettings |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/SourceProject/SourceProject.h |
| Include Path | #include "uLang/SourceProject/SourceProject.h" |
Syntax
struct SSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _bAllowExperimental | bool | uLang/SourceProject/SourceProject.h | ||
| _bDefsInClassesInAssetManifests | bool | uLang/SourceProject/SourceProject.h | ||
| _bEnableSceneGraph | bool | uLang/SourceProject/SourceProject.h | ||
| _bTreatModulesAsImplicit | bool | uLang/SourceProject/SourceProject.h | ||
| _DependencyPackages | TArray< CUTF8String > | uLang/SourceProject/SourceProject.h | ||
| _Role | EPackageRole | uLang/SourceProject/SourceProject.h | ||
| _UploadedAtFNVersion | TOptional< uint32_t > | uLang/SourceProject/SourceProject.h | ||
| _VersePath | CUTF8String | uLang/SourceProject/SourceProject.h | ||
| _VerseScope | EVerseScope | uLang/SourceProject/SourceProject.h | ||
| _VerseVersion | TOptional< uint32_t > | uLang/SourceProject/SourceProject.h | ||
| _VniDestDir | TOptional< CUTF8String > | uLang/SourceProject/SourceProject.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GenerateFingerprint
(
TSRef< ISolFingerprintGenerator >& Generator |
uLang/SourceProject/SourceProject.h | ||
uint32_t GetUploadedAtFNVersion
(
uint32_t Default |
uLang/SourceProject/SourceProject.h |