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 RemoveMaterial
(
const TSharedPtr < IDatasmithBaseMaterialElement > & InMaterial
)
Remarks
Removes a Material Element from the scene.
Parameters
| Name | Description |
|---|---|
| InMaterial | the Material Element to remove |