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 AddTexture
(
const TSharedPtr < IDatasmithTextureElement > & InTexture
)
Remarks
Adds a new Texture Element to the scene (it won't be applied to any material).
Parameters
| Name | Description |
|---|---|
| InTexture | the Texture Element that will be added |