Navigation
API > API/Plugins > API/Plugins/USDClasses > API/Plugins/USDClasses/UUsdAssetCache3
Description
Returns the internal FSoftObjectPath associated with Hash, without trying to load the asset. If there is no asset associated with Hash, will return an invalid (empty) FSoftObjectPath.
| Name | GetCachedAssetPath |
| Type | function |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/USDClasses/Public/USDAssetCache3.h |
| Include Path | #include "USDAssetCache3.h" |
| Source | /Engine/Plugins/Runtime/USDCore/Source/USDClasses/Private/USDAssetCache3.cpp |
UFUNCTION (BlueprintCallable, Category="USD", Meta=(CallInEditor="true"))
FSoftObjectPath GetCachedAssetPath
(
const FString & Hash
) const