Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| |
|
| Name |
ESetCollisionGeometryInputMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Physics/SetCollisionGeometryTool.h |
| Include Path |
#include "Physics/SetCollisionGeometryTool.h" |
Syntax
enum ESetCollisionGeometryInputMode
{
CombineAll = 0,
PerInputObject = 1,
PerMeshComponent = 2,
PerMeshGroup = 3,
}
Values
| Name |
Remarks |
| CombineAll |
Compute collision geometry using a combined mesh of all input objects. |
| PerInputObject |
Compute collision geometry for each input object Note: A Geometry Selection always counts as one input object |
| PerMeshComponent |
Compute collision geometry for each connected component of each input object. |
| PerMeshGroup |
Compute collision geometry for each PolyGroup of each input object. |