Navigation
API > API/Runtime > API/Runtime/GeometryCore
Forward declarations
| Name | UE::Geometry::ERootfindingModes |
| Type | enum |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Generators/MarchingCubes.h |
| Include Path | #include "Generators/MarchingCubes.h" |
Syntax
namespace UE
{
namespace Geometry
{
enum ERootfindingModes
{
SingleLerp,
LerpSteps,
Bisection,
}
}
}
Values
| Name | Remarks |
|---|---|
| SingleLerp | |
| LerpSteps | |
| Bisection |