Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| |
|
| Name |
EFlareProfileType |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/MeshSpaceDeformerTool.h |
| Include Path |
#include "MeshSpaceDeformerTool.h" |
Syntax
enum EFlareProfileType
{
SinMode,
SinSquaredMode,
TriangleMode,
}
Values
| Name |
Remarks |
| SinMode |
Displaced by sin(pi x) with x in 0 to 1. |
| SinSquaredMode |
Displaced by sin(pi x)*sin(pi x) with x in 0 to 1. This provides a smooth normal transition. |
| TriangleMode |
Displaced by piecewise-linear trianglular mode. |