Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Scene
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeFactoryBase
- UInterchangeLevelFactory
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Scene/InterchangeLevelFactory.h |
| Include | #include "Scene/InterchangeLevelFactory.h" |
Syntax
UCLASS (BlueprintType, Experimental)
class UInterchangeLevelFactory : public UInterchangeFactoryBase
Overridden from UInterchangeFactoryBase
| Type | Name | Description | |
|---|---|---|---|
| FImportAssetResult | BeginImportAsset_GameThread
(
const FImportAssetObjectParams& Arguments |
Override this function to import/reimport source data and configure the properties synchronously. | |
| UClass * | Return the UClass this factory can create. | ||
| void | SetupObject_GameThread
(
const FSetupObjectParams& Arguments |
Do any UObject setup required before the build and after all dependency UObjects have been imported. |