Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/FEditLayerTargetTypeState
Description
Returns the "intersection" (AND operation) between the target type state and the one in parameter. e.g. if state S0 is:
- (------|Visibility|Weightmap) with active weightmaps (A|B|C|-), and state S1 is:
- (Heightmap|-------|Weightmap) with active weightmaps (-|-|C|D), then state S0.Intersect(S1) is:
- (------|-------|Weightmap) with active weightmaps (-|-|C|-)
| Name | Intersect |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeEditLayerTargetTypeState.h |
| Include Path | #include "LandscapeEditLayerTargetTypeState.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEditLayerTargetTypeState.cpp |
FEditLayerTargetTypeState Intersect
(
const FEditLayerTargetTypeState & InOther
) const