Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ULandscapeEditLayerPersistent
- ILandscapeEditLayerRenderer::GetRenderItems()
- ULandscapeEditLayerPersistent::GetRenderItems()
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeEditLayer.h |
| Include | #include "LandscapeEditLayer.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEditLayers.cpp |
virtual TArray< UE::Landscape::EditLayers::FEditLayerRenderItem > GetRenderItems
(
const ULandscapeInfo * InLandscapeInfo
) const
Remarks
GetRenderItems retrieves information about the areas this renderer renders to and specifically what respective input area they require to render properly list of all render items that affect this renderer
Parameters
| Name | Description |
|---|---|
| InLandscapeInfo | ULandscapeInfo containing information about the landscape affected by this renderer |