| bLoadDependencies |
bool |
|
AssetRegistry/AssetRegistryState.h |
|
| bLoadPackageData |
bool |
|
AssetRegistry/AssetRegistryState.h |
|
| bMountPointsRequireSeparateAllocationBlocks |
bool |
If true, AssetDatas, AssetPackageDatas and DependsNodes will be individually allocated rather than allocated in a single block, so that they can be individually freed when their mountpoint is unloaded. |
AssetRegistry/AssetRegistryState.h |
|
| ParallelWorkers |
int32 |
|
AssetRegistry/AssetRegistryState.h |
|
| ShouldKeepPackage |
TFunction< bool(FName PackageName)> |
If non-empty, called on every FAssetData, AssetPackageData, and FDependsNode loaded from disk, keeping them only if ShouldKeepPackage returns true on their packagename. |
AssetRegistry/AssetRegistryState.h |
|
| Store |
FixedTagPrivate::FWeakStorePtr |
Optional pointer to the FStore previously created by Load, in cases where the same AssetRegistry.bin file is being reloaded. |
AssetRegistry/AssetRegistryState.h |
|