Navigation
API > API/Runtime > API/Runtime/Landscape
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Public/LandscapeEditLayerRenderer.h |
| Include | #include "LandscapeEditLayerRenderer.h" |
Syntax
struct FMergeRenderStep
Remarks
Defines an individual render step of the batch merge
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< ULandscapeComponent * > | ComponentsToRender | List of components involved in this step | |
| FEditLayerRendererState | RendererState | Renderer state to be used this step (only when Type == EType::RenderLayer). | |
| TBitArray | RenderGroupBitIndices | List of target layers being involved in this step. | |
| EType | Type | Type of operation for this step |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMergeRenderStep
(
EType InType, |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EType |