Navigation
API > API/Runtime > API/Runtime/Landscape
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Public/LandscapeEditLayerRenderer.h |
| Include | #include "LandscapeEditLayerRenderer.h" |
Syntax
struct FComponentMergeRenderInfo
Remarks
Utility struct for attaching some information that pertains to a given landscape component in the context of a batch render
Variables
| Type | Name | Description | |
|---|---|---|---|
| ULandscapeComponent * | Component | Component to render | |
| FIntPoint | ComponentKeyInRenderArea | Index of the component in the render area's render target | |
| FIntRect | ComponentRegionInRenderArea | Texture region that corresponds to this component in the render area's render target |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator<
(
const FComponentMergeRenderInfo& InOther |