IDatasmithScene::AddTexture

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

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss