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 RemoveTexture
(
const TSharedPtr < IDatasmithTextureElement > & InTexture
)
Remarks
Removes a Texture Element from the scene.
Parameters
| Name | Description |
|---|---|
| InTexture | the Texture Element that will be removed |