EDisplaceMeshToolDisplaceType

Windows
MacOS
Linux

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/DisplaceMeshTool.h

Include

#include "DisplaceMeshTool.h"

Syntax

enum EDisplaceMeshToolDisplaceType
{
    Constant,
    RandomNoise,
    PerlinNoise,
    DisplacementMap,
    SineWave,
}

Values

Name

Description

Constant

Displace with N iterations

RandomNoise

Displace with N iterations

PerlinNoise

Offset in the normal direction weighted by Perlin noise.

DisplacementMap

Displace with N iterations

SineWave

Move vertices in spatial sine wave pattern

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