FLandscapeBrushData::GetInclusiveBounds

For compatibility with older landscape code that uses inclusive bounds in 4 int32s.

Windows
MacOS
Linux

References

Module

LandscapeEditor

Header

/Engine/Source/Editor/LandscapeEditor/Public/LandscapeToolInterface.h

Include

#include "LandscapeToolInterface.h"

Syntax

void GetInclusiveBounds
(
    int32 & X1,
    int32 & Y1,
    int32 & X2,
    int32 & Y2
) const

Remarks

For compatibility with older landscape code that uses inclusive bounds in 4 int32s.

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