Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/FEditLayerRendererState
Description
Returns the target layer groups associated with this renderer. A target layer group is a set of target layers (weightmaps) that depend on one another in order to produce the output target layers. This allows to implement "horizontal blending", where weightmaps can be blended with one another at each step of the landscape edit layers merge algorithm
| Name | GetTargetLayerGroups |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeEditLayerRendererState.h |
| Include Path | #include "LandscapeEditLayerRendererState.h" |
TArray < FTargetLayerGroup > GetTargetLayerGroups() const