Navigation
API > API/Plugins > API/Plugins/USDSchemas > API/Plugins/USDSchemas/FUsdInfoCache
References
| Module | USDSchemas |
| Header | /Engine/Plugins/Importers/USDImporter/Source/USDSchemas/Private/USDInfoCache.cpp |
| Include | #include "USDInfoCache.cpp" |
Syntax
struct FUsdInfoCacheImpl
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FString > | AllowedExtensionsForGeometryCacheSource | ||
| TMap< TWeakObjectPtr< UObject >, TArray< UE::FSdfPath > > | AssetToPrimPaths | ||
| FRWLock | AuxiliaryPrimsLock | ||
| TMap< UE::FSdfPath, TSet< UE::FSdfPath > > | AuxToMainPrims | ||
| TMap< UE::FSdfPath, UE::UsdInfoCache::Private::FUsdPrimInfo > | InfoMap | ||
| FRWLock | InfoMapLock | ||
| TMap< UE::FSdfPath, TSet< UE::FSdfPath > > | MainToAuxPrims | ||
| TMap< UE::FSdfPath, TSet< UE::FSdfPath > > | MaterialUsers | ||
| FRWLock | MaterialUsersLock | ||
| TMap< UE::FSdfPath, TArray< TWeakObjectPtr< UObject > > > | PrimPathToAssets | ||
| FRWLock | PrimPathToAssetsLock |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUsdInfoCacheImpl
(
const FUsdInfoCacheImpl& Other |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | RegisterAuxiliaryPrims
(
const UE::FSdfPath& MainPrimPath, |