Navigation
API > API/Plugins > API/Plugins/USDSchemas > API/Plugins/USDSchemas/FUsdPrimLinkCache
References
| Module | USDSchemas |
| Header | /Engine/Plugins/Importers/USDImporter/Source/USDSchemas/Private/USDPrimLinkCache.cpp |
| Include | #include "USDPrimLinkCache.cpp" |
Syntax
struct FUsdPrimLinkCacheImpl
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< TWeakObjectPtr< UObject >, TArray< UE::FSdfPath > > | AssetToPrimPaths | ||
| TMap< UE::FSdfPath, TArray< TWeakObjectPtr< UObject > > > | PrimPathToAssets | ||
| FRWLock | PrimPathToAssetsLock |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUsdPrimLinkCacheImpl
(
const FUsdPrimLinkCacheImpl& Other |