FLandscapeEditDataInterface::GetHeightDataFast

Implementation for fixed array.

Choose your operating system:

Windows

macOS

Linux

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Public/LandscapeEdit.h

Include

#include "LandscapeEdit.h"

Source

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

Syntax

void GetHeightDataFast
(
    const int32 X1,
    const int32 Y1,
    const int32 X2,
    const int32 Y2,
    uint16 * Data,
    int32 Stride,
    uint16 * NormalData,
    UTexture2D * InHeightmap
)

Remarks

Implementation for fixed array.