Navigation
API > API/Plugins > API/Plugins/DatasmithImporter > API/Plugins/DatasmithImporter/FDatasmithImportContext
| Type | Name | Description | |
|---|---|---|---|
| bool | InitOptions
(
TSharedRef< IDatasmithScene > InScene, |
Please use other InitOptions() implementations, having a valid scene should not be a requirement for initializing the options. | |
| bool | InitOptions
(
const TSharedPtr< FJsonObject >& ImportSettingsJson, |
First part of the Init process, requires a call to SetupDestination and InitScene after that. |