Navigation
API > API/Plugins > API/Plugins/DatasmithContentEditor > API/Plugins/DatasmithContentEditor/IDatasmithContentEditorModule
Description
Delegate to spawn the actors related to a Datasmith scene. Called when the user triggers the action in the UI.
| Name | RegisterSpawnDatasmithSceneActorsHandler |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContentEditor/Public/DatasmithContentEditorModule.h |
| Include Path | #include "DatasmithContentEditorModule.h" |
void RegisterSpawnDatasmithSceneActorsHandler
(
FOnSpawnDatasmithSceneActors SpawnActorsDelegate
)