Navigation
API > API/Developer > API/Developer/AssetTools
References
| Module | AssetTools |
| Header | /Engine/Source/Developer/AssetTools/Public/AssetViewUtils.h |
| Include | #include "AssetViewUtils.h" |
Syntax
struct FLoadAssetsSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowCancel | Allow the user to cancel the load operation. | |
| bool | bAlwaysPromptBeforeLoading | Prompt the user with the number of unloaded assets before continuing to load. | |
| bool | bFollowRedirectors | Follow redirectors and return the target assets. | |
| bool | bLoadAllExternalObjects | Advanced setting: load all external objects/actors with e.g. world partition map packages. | |
| bool | bLoadWorldPartitionMaps | Advanced setting: allow loading of world partition map packages. | |
| bool | bShowFailureNotification | Show a notification to the user that some assets failed to load. |