Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ULandscapeComponent
| Type | Name | Description | |
|---|---|---|---|
| UTexture2D * | GetHeightmap
(
bool InReturnEditingHeightmap |
Returns the heightmap for this component. If InReturnEditingHeightmap is passed, returns the currently active edit layer's heightmap : | |
| UTexture2D * | GetHeightmap
(
const FGuid& InLayerGuid |
Returns the heightmap for this component and the edit layer specified by InLayerGuid. If InLayerGuid is invalid, returns the final (base) heightmap : |