Navigation
API > API/Plugins > API/Plugins/USDPregenInterchange
| Name | FUSDPregenInterchangeModule |
| Type | class |
| Header File | /Engine/Plugins/Experimental/USDPregen/Source/USDPregenInterchange/Public/USDPregenInterchangeModule.h |
| Include Path | #include "USDPregenInterchangeModule.h" |
Syntax
class FUSDPregenInterchangeModule : public IModuleInterface
Implements Interfaces
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnImportDone | TFunction< void( const FPregenImportOptions &ImportOptions, bool bSuccess, const TArray< FString > &SavedPackageFilePaths)> | Callback fired on the game thread when an async pregen import completes. | USDPregenInterchangeModule.h |
Functions
Public Virtual
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
USDPregenInterchangeModule.h | ||
virtual void StartupModule() |
USDPregenInterchangeModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ImportFile
(
const FPregenImportOptions& ImportOptions, |
Runs a full pregen import described by ImportOptions via Interchange. | USDPregenInterchangeModule.h |