Navigation
API > API/Plugins > API/Plugins/DatasmithImporter
References
| Module | DatasmithImporter |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/DatasmithImportContext.h |
| Include | #include "DatasmithImportContext.h" |
Syntax
struct FDatasmithActorImportContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| ADatasmithSceneActor * | CurrentTargetedScene | The targeted scene that the importer is currently finalizing | |
| TSet< ADatasmithSceneActor * > | FinalSceneActors | The targeted scene actors for the finalize | |
| TObjectPtr< UWorld > | FinalWorld | ||
| TObjectPtr< ADatasmithSceneActor > | ImportSceneActor | The Scene actor on which the actors will be imported | |
| TObjectPtr< UWorld > | ImportWorld | ||
| TSet< FName > | NonImportedDatasmithActors | List of the datasmith actor element id that aren't imported because of the imports settings | |
| FDatasmithActorUniqueLabelProvider | UniqueNameProvider |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDatasmithActorImportContext
(
UWorld* World |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Init () |