IDatasmithScene::RemoveTexture

Removes a Texture Element from the scene.

Choose your operating system:

Windows

macOS

Linux

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h

Include

#include "IDatasmithSceneElements.h"

Syntax

void RemoveTexture
(
    const TSharedPtr< IDatasmithTextureElement > & InTexture
)

Remarks

Removes a Texture Element from the scene.

Parameters

Parameter

Description

InTexture

the Texture Element that will be removed