Navigation
API > API/Runtime > API/Runtime/Landscape
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Public/LandscapeEditLayerRenderer.h |
| Include | #include "LandscapeEditLayerRenderer.h" |
Syntax
class IEditLayerRendererProvider
Remarks
Interface to implement to be able to provide an ordered list of renderers to the landscape.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FEditLayerRendererState > | GetEditLayerRendererStates
(
const ULandscapeInfo* InLandscapeInfo, |
GetEditLayerRendererStates returns a list of renderers that this provider can provide, along with their current state. |