IDatasmithScene::AddActor

Adds an Actor to the scene.

Choose your operating system:

Windows

macOS

Linux

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h

Include

#include "IDatasmithSceneElements.h"

Syntax

void AddActor
(
    const TSharedPtr< IDatasmithActorElement > & InActor
)

Remarks

Adds an Actor to the scene.

Parameters

Parameter

Description

InActor

the Actor that will be added