Navigation
API > API/Developer > API/Developer/DatasmithFacade > API/Developer/DatasmithFacade/FDatasmithFacadeScene
Description
Returns a new FDatasmithFacadeTexture pointing to the Texture at the specified index. If the given index is invalid, the returned value is nullptr.
| Name | GetNewTexture |
| Type | function |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DatasmithFacadeScene.h |
| Include Path | #include "DatasmithFacadeScene.h" |
| Source | /Engine/Source/Developer/Datasmith/DatasmithFacade/Private/DatasmithFacadeScene.cpp |
FDatasmithFacadeTexture * GetNewTexture
(
int32 TextureIndex
)