Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/FMergeRenderBatch
Description
Find the area in the render batch render target corresponding to this component @Return the section rect (inclusive bounds)
| Name | ComputeSectionRect |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeEditLayerMergeRenderContext.h |
| Include Path | #include "LandscapeEditLayerMergeRenderContext.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEditLayerMergeRenderContext.cpp |
FIntRect ComputeSectionRect
(
ULandscapeComponent * InComponent,
bool bInWithDuplicateBorders
) const
Parameters
| Name | Remarks |
|---|---|
| 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 |