Navigation
Unreal Engine C++ API Reference > Runtime > DatasmithCore > IDatasmithScene
References
Module | DatasmithCore |
Header | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h |
Include | #include "IDatasmithSceneElements.h" |
void RemoveTexture
&40;
const TSharedPtr< IDatasmithTextureElement > & InTexture
&41;
Remarks
Removes a Texture Element from the scene.
Parameters
Name | Description |
---|---|
InTexture | the Texture Element that will be removed |