UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAssetRegistryLoadOptions Struct Reference

#include <AssetRegistryState.h>

Public Member Functions

 FAssetRegistryLoadOptions ()=default
 
 FAssetRegistryLoadOptions (const FAssetRegistrySerializationOptions &Options)
 

Public Attributes

bool bLoadDependencies = true
 
bool bLoadPackageData = true
 
int32 ParallelWorkers = 0
 

Constructor & Destructor Documentation

◆ FAssetRegistryLoadOptions() [1/2]

FAssetRegistryLoadOptions::FAssetRegistryLoadOptions ( )
default

◆ FAssetRegistryLoadOptions() [2/2]

FAssetRegistryLoadOptions::FAssetRegistryLoadOptions ( const FAssetRegistrySerializationOptions Options)
inlineexplicit

Member Data Documentation

◆ bLoadDependencies

bool FAssetRegistryLoadOptions::bLoadDependencies = true

◆ bLoadPackageData

bool FAssetRegistryLoadOptions::bLoadPackageData = true

◆ ParallelWorkers

int32 FAssetRegistryLoadOptions::ParallelWorkers = 0

The documentation for this struct was generated from the following file: