Choose your operating system:
Windows
macOS
Linux
Module |
|
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
(
const TSharedRef< IDatasmithScene > & InScene
)
Set the scene and initialize related members. Should be called before starting the import process.
Parameter |
Description |
---|---|
InScene |
Scene that will be used for the import, it should already be translated/loaded. |