Navigation
API > API/Runtime > API/Runtime/DatasmithCore > API/Runtime/DatasmithCore/IDatasmithScene
References
| Module | DatasmithCore |
| Header | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h |
| Include | #include "IDatasmithSceneElements.h" |
void AddActor
(
const TSharedPtr < IDatasmithActorElement > & InActor
)
Remarks
Adds an Actor to the scene.
Parameters
| Name | Description |
|---|---|
| InActor | the Actor that will be added |