Navigation
API > API/Plugins > API/Plugins/DatasmithImporter
References
| Module | DatasmithImporter |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/DatasmithBlueprintLibrary.h |
| Include | #include "DatasmithBlueprintLibrary.h" |
Syntax
USTRUCT (BlueprintType )
struct FDatasmithImportFactoryCreateFileResult
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bImportSucceed | ||
| TArray< TObjectPtr< class AActor > > | ImportedActors | List of all created actors if user requires to use multiple actors. | |
| TArray< TObjectPtr< class UObject > > | ImportedMeshes | Meshes created during the import process | |
| TObjectPtr< UDatasmithScene > | Scene |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FillFromImportContext
(
const FDatasmithImportContext& ImportContext |