Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/FMergeRenderBatch
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Public/LandscapeEditLayerRenderer.h |
| Include | #include "LandscapeEditLayerRenderer.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEditLayerRenderer.cpp |
FIntRect ComputeSectionRect
(
ULandscapeComponent * InComponent,
bool bInWithDuplicateBorders
) const
Remarks
Find the area in the render batch render target corresponding to this component @Return the section rect (inclusive bounds)
Parameters
| Name | Description |
|---|---|
| InComponent | Which component to compute the section rect for |
| bInWithDuplicateBorders | indicates whether the rect coordinates should include the duplicated columns/rows at the end of each subsection or not |