EDetectedSimpleShapeType

EDetectedSimpleShapeType is used to identify auto-detected simple shapes for a mesh/etc

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/ShapeApproximation/MeshSimpleShapeApproximation.h

Include

#include "ShapeApproximation/MeshSimpleShapeApproximation.h"

Syntax

enum EDetectedSimpleShapeType
{
    None       = 0,
    Sphere     = 2,
    Box        = 4,
    Capsule    = 8,
    Convex     = 16,
}

Values

Name

Description

None

Object is not a simple shape

Sphere

Object has been identified as a sphere

Box

Object has been identified as a box

Capsule

Object has been identified as a capsule

Convex

Object has been identified as a Convex

Remarks

EDetectedSimpleShapeType is used to identify auto-detected simple shapes for a mesh/etc

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