FHeightField::EditHeights

Support for editing a subsection of the heightfield

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/HeightField.h

Include

#include "Chaos/HeightField.h"

Source

/Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/HeightField.cpp

Syntax

void EditHeights
(
    TArrayView< const uint16 > InHeights,
    int32 InBeginRow,
    int32 InBeginCol,
    int32 InNumRows,
    int32 InNumCols
)

Remarks

Support for editing a subsection of the heightfield

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