IDatasmithScene::AddTexture

Adds a new Texture Element to the scene (it won't be applied to any material).

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 AddTexture
(
    const TSharedPtr< IDatasmithTextureElement > & InTexture
)

Remarks

Adds a new Texture Element to the scene (it won't be applied to any material).

Parameters

Parameter

Description

InTexture

the Texture Element that will be added