ALandscape::CalcComponentIndicesOverlap

Include Components with overlapped vertices X2/Y2 Coordinates are "inclusive" max values

Windows
MacOS
Linux

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Classes/Landscape.h

Include

#include "Landscape.h"

Source

/Engine/Source/Runtime/Landscape/Private/LandscapeEditInterface.cpp

Syntax

static void CalcComponentIndicesOverlap
(
    const int32 X1,
    const int32 Y1,
    const int32 X2,
    const int32 Y2,
    const int32 ComponentSizeQuads,
    int32 & ComponentIndexX1,
    int32 & ComponentIndexY1,
    int32 & ComponentIndexX2,
    int32 & ComponentIndexY2
)

Remarks

Include Components with overlapped vertices X2/Y2 Coordinates are "inclusive" max values

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss