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 |
void ComputeAllSubsectionRects
(
TArray< FIntRect > & OutSubsectionRects,
TArray< FIntRect > & OutSubsectionRectsWithDuplicateBorders
) const
Remarks
Compute the rects corresponding to the sub-sections that need to be read from and written to when expanding the render target (inclusive bounds)
Parameters
| Name | Description |
|---|---|
| OutSubsectionRects | List of all subsection rects when not taking into account duplicate borders (inclusive bounds) |
| OutSubsectionRectsWithDuplicateBorders | List of all subsection rects when taking into account duplicate borders (inclusive bounds) |