ALandscapeProxy::GetHeightValues

Fills an array with height values

Windows
MacOS
Linux

References

Module

Landscape

Header

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

Include

#include "LandscapeProxy.h"

Source

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

Syntax

void GetHeightValues
(
    int32 & SizeX,
    int32 & SizeY,
    TArray< float > & ArrayValue
) const

Remarks

Fills an array with height 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