Navigation
API > API/Plugins > API/Plugins/USDClasses > API/Plugins/USDClasses/UUsdAssetCache3
Syntax
UPROPERTY (EditAnywhere, BlueprintReadWrite, Category="Storage")
bool bOnlyHandleAssetsWithinAssetDirectory
Remarks
When true, it means the asset cache will only ever return assets that are currently inside of the AssetDirectory folder. Move the assets out of the folder or change the folder and the asset cache will act as if these assets don't exist, potentially even losing track of them.
When false, it means the asset cache will fully track and use its provided assets wherever they are in the content browser.