Navigation
API > API/Plugins > API/Plugins/DatasmithImporter > API/Plugins/DatasmithImporter/FDatasmithImportContext
| Type | Name | Description | |
|---|---|---|---|
| bool | Init
(
const FString& InImportPath, |
Initialize members required before loading anything, must call InitScene() independendly when using this function. | |
| bool | Init
(
TSharedRef< IDatasmithScene > InScene, |
The options initialization should not require a scene. Please use other implemetantion of Init() and call InitScene() individually. |