Navigation
API > API/Plugins > API/Plugins/DatasmithImporter > API/Plugins/DatasmithImporter/UDatasmithSceneElement
References
| Module | DatasmithImporter |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/DatasmithBlueprintLibrary.h |
| Include | #include "DatasmithBlueprintLibrary.h" |
| Source | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Private/DatasmithBlueprintLibrary.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Datasmith &124; Scene"&41;
TArray< FDatasmithImportFactoryCreateFileResult > ImportScenes
&40;
const FString & DestinationFolder
&41;
Remarks
Import a Datasmith Scene created with ConstructDatasmithSceneFromFiles into an array of scenes. An array of import results corresponding to array of input files
Parameters
| Name | Description |
|---|---|
| DestinationFolder | Destination of where you want the asset to be imported. ie: /Game/MyFolder1 |