Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/FMergeContext
Description
Return the target layer groups for the renderers performing the generic blend. This concerns only the blend methods that are applied per renderer
| Name | BuildGenericBlendTargetLayerGroups |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeEditLayerMergeContext.h |
| Include Path | #include "LandscapeEditLayerMergeContext.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEditLayerMergeContext.cpp |
TArray < FTargetLayerGroup > BuildGenericBlendTargetLayerGroups
(
const TBitArray <> & InTargetLayerBitIndices
) const
Parameters
| Name | Remarks |
|---|---|
| InTargetLayerBitIndices | bit mask of the target layers that are concerned by this blend |