Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| |
|
| Name |
EDisplaceMeshToolDisplaceType |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/DisplaceMeshTool.h |
| Include Path |
#include "DisplaceMeshTool.h" |
Syntax
enum EDisplaceMeshToolDisplaceType
{
Constant,
DisplacementMap,
RandomNoise,
PerlinNoise,
SineWave,
}
Values
| Name |
Remarks |
| Constant |
Offset a set distance in the normal direction. |
| DisplacementMap |
Offset in the normal direction using the first channel of a 2D texture. |
| RandomNoise |
Offset vertices randomly. |
| PerlinNoise |
Offset in the normal direction weighted by Perlin noise. |
| SineWave |
Move vertices in spatial sine wave pattern |