Navigation
API > API/Plugins > API/Plugins/USDPregenInterchange > API/Plugins/USDPregenInterchange/FUSDPregenInterchangeModule
Description
Runs a full pregen import described by ImportOptions via Interchange. Optionally fires OnImportDone when the async import completes.
| Name | ImportFile |
| Type | function |
| Header File | /Engine/Plugins/Experimental/USDPregen/Source/USDPregenInterchange/Public/USDPregenInterchangeModule.h |
| Include Path | #include "USDPregenInterchangeModule.h" |
| Source | /Engine/Plugins/Experimental/USDPregen/Source/USDPregenInterchange/Private/USDPregenInterchangeModule.cpp |
static void ImportFile
(
const FPregenImportOptions & ImportOptions,
FOnImportDone OnImportDone
)