FLandscapeEditDataInterface::GetHeightDataTempl

Generic.

Choose your operating system:

Windows

macOS

Linux

References

Module

Landscape

Header

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

Include

#include "LandscapeEdit.h"

Syntax

template<typename TStoreData>
void GetHeightDataTempl
(
    int32 & X1,
    int32 & Y1,
    int32 & X2,
    int32 & Y2,
    TStoreData & StoreData
)

Remarks

Generic.