FLandscapeEditDataInterface::GetHeightDataTemplFast

Without data interpolation, able to get normal data.

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

template<typename TStoreData>
void GetHeightDataTemplFast
(
    const int32 X1,
    const int32 Y1,
    const int32 X2,
    const int32 Y2,
    TStoreData & StoreData,
    UTexture2D * InHeightmap,
    TStoreData * NormalData
)

Remarks

Without data interpolation, able to get normal data.

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