Navigation
API > API/Runtime > API/Runtime/DatasmithCore > API/Runtime/DatasmithCore/IDatasmithMaterialElement
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< IDatasmithShaderElement > & GetShader
(
int32 InIndex |
Get the shader i-th of this material | IDatasmithSceneElements.h | |
const TSharedPtr< IDatasmithShaderElement > & GetShader
(
int32 InIndex |
Get the shader i-th of this material | IDatasmithSceneElements.h |
GetShader(int32)
Description
Get the shader i-th of this material
| Name | GetShader |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h |
| Include Path | #include "IDatasmithSceneElements.h" |
TSharedPtr < IDatasmithShaderElement > & GetShader
(
int32 InIndex
)
GetShader(int32)
Description
Get the shader i-th of this material
| Name | GetShader |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h |
| Include Path | #include "IDatasmithSceneElements.h" |
const TSharedPtr < IDatasmithShaderElement > & GetShader
(
int32 InIndex
) const