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
&40;
const TSharedPtr< IDatasmithTextureElement > & InTexture
&41;
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 |