Navigation
API > API/Runtime > API/Runtime/DatasmithCore
Inheritance Hierarchy
- ISceneGraphNode
- IDatasmithElement
- IDatasmithActorElement
- IDatasmithLandscapeElement
References
| Module | DatasmithCore |
| Header | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h |
| Include | #include "IDatasmithSceneElements.h" |
Syntax
class IDatasmithLandscapeElement : public IDatasmithActorElement
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TCHAR * | GetHeightmap () |
||
| const TCHAR * | GetMaterial () |
||
| void | SetHeightmap
(
const TCHAR* FilePath |
The path to the heightmap file | |
| void | SetMaterial
(
const TCHAR* MaterialPathName |
The name or path to the material to assign to this landscape layer |