EProjectedHullAxisMode

Type/Mode for deciding 3D axis to use in [Generate_ProjectedHulls()](API\Plugins\DynamicMesh\ShapeApproximation\FMeshSimpleShapeApproximation\Generate_Project-)

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "ShapeApproximation/MeshSimpleShapeApproximation.h"

Syntax

enum EProjectedHullAxisMode
{
    X                       = 0,
    Y                       = 1,
    Z                       = 2,
    SmallestBoxDimension    = 3,
    SmallestVolume          = 4,
}

Values

Name

Description

X

Use Unit X axis

Y

Use Unit Y axis

Z

Use Unit Z axis

SmallestBoxDimension

Use X/Y/Z axis with smallest axis-aligned-bounding-box dimension

SmallestVolume

Compute projected hull for each of X/Y/Z axes and use the one that has the smallest volume

Remarks

Type/Mode for deciding 3D axis to use in Generate_ProjectedHulls()

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