Navigation
API > API/Runtime > API/Runtime/DatasmithCore > API/Runtime/DatasmithCore/IDatasmithCompositeTexture
References
| Module | DatasmithCore |
| Header | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h |
| Include | #include "IDatasmithSceneElements.h" |
void SetBaseNames
(
const TCHAR * InTextureName,
const TCHAR * InColorName,
const TCHAR * InValueName,
const TCHAR * InCompName
)
Remarks
Sets the strings that identifies the different elements on this composite
Parameters
| Name | Description |
|---|---|
| InTextureName | for plain textures |
| InColorName | for color elements |
| InValueName | for regular float values |
| InCompName | for nested composite elements inside this composite |