Navigation
API > API/Plugins > API/Plugins/InterchangeOpenUSDImport > API/Plugins/InterchangeOpenUSDImport/UInterchangeUsdContext
Description
Receive a reference to an info cache that is external to this object and set it as the current info cache. Note that this will discard our owned info cache if we had one before.
| Name | SetExternalInfoCache |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Extensions/OpenUSD/Source/Import/Public/InterchangeUsdContext.h |
| Include Path | #include "InterchangeUsdContext.h" |
| Source | /Engine/Plugins/Interchange/Extensions/OpenUSD/Source/Import/Private/InterchangeUsdContext.cpp |
void SetExternalInfoCache
(
FUsdInfoCache & InInfoCache
)