Navigation
API > API/Plugins > API/Plugins/USDClasses > API/Plugins/USDClasses/UUsdAssetCache2
Description
Returns all asset paths tracked by the asset cache, for all storage types. (e.g. "/Game/MyTextures/RedBrick.RedBrick"). This includes unloaded persistent assets
| Name | GetAllCachedAssetPaths |
| Type | function |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/USDClasses/Public/USDAssetCache2.h |
| Include Path | #include "USDAssetCache2.h" |
| Source | /Engine/Plugins/Runtime/USDCore/Source/USDClasses/Private/USDAssetCache2.cpp |
UFUNCTION (BlueprintCallable, Category="USD", Meta=(CallInEditor="true"))
TArray < FString > GetAllCachedAssetPaths() const