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