Navigation
API > API/Plugins > API/Plugins/DatasmithImporter > API/Plugins/DatasmithImporter/FDatasmithImportContext
References
| Module | DatasmithImporter |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/DatasmithImportContext.h |
| Include | #include "DatasmithImportContext.h" |
| Source | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Private/DatasmithImportContext.cpp |
void InitScene
&40;
const TSharedRef< IDatasmithScene > & InScene
&41;
Remarks
Set the scene and initialize related members. Should be called before starting the import process.
Parameters
| Name | Description |
|---|---|
| InScene | Scene that will be used for the import, it should already be translated/loaded. |