Navigation
API > API/Runtime > API/Runtime/DatasmithCore > API/Runtime/DatasmithCore/IDatasmithScene
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< IDatasmithActorElement > GetActor
(
int32 InIndex |
Returns the actor using this index | IDatasmithSceneElements.h | |
const TSharedPtr< IDatasmithActorElement > & GetActor
(
int32 InIndex |
Returns the actor using this index | IDatasmithSceneElements.h |
GetActor(int32)
Description
Returns the actor using this index
| Name | GetActor |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h |
| Include Path | #include "IDatasmithSceneElements.h" |
TSharedPtr < IDatasmithActorElement > GetActor
(
int32 InIndex
)
GetActor(int32)
Description
Returns the actor using this index
| Name | GetActor |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h |
| Include Path | #include "IDatasmithSceneElements.h" |
const TSharedPtr < IDatasmithActorElement > & GetActor
(
int32 InIndex
) const