FLandscapeEditDataInterface::GetWeightData

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 GetWeightData
(
    ULandscapeLayerInfoObject * LayerInfo,
    int32 & X1,
    int32 & Y1,
    int32 & X2,
    int32 & Y2,
    uint8 * Data,
    int32 Stride
)

Remarks

Implementation for fixed array.