ULandscapeComponent::GetComponentExtent

Extends passed region with this component section size

Windows
MacOS
Linux

References

Module

Landscape

Header

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

Include

#include "LandscapeComponent.h"

Source

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

Syntax

void GetComponentExtent
(
    int32 & MinX,
    int32 & MinY,
    int32 & MaxX,
    int32 & MaxY
) const

Remarks

Extends passed region with this component section size

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