Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/Physics
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UExtractCollisionToolProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Physics/ExtractCollisionGeometryTool.h |
| Include | #include "Physics/ExtractCollisionGeometryTool.h" |
Syntax
UCLASS&40;&41;
class UExtractCollisionToolProperties : public UInteractiveToolPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bOutputSeparateMeshes | Whether or not to generate a seperate Mesh Object for each Simple Collision Shape | |
| bool | bShowInputMesh | Show/Hide input mesh | |
| bool | bShowPreview | Show/Hide a preview of the generated mesh (overlaps source mesh) | |
| bool | bWeldEdges | Whether or not to weld coincident border edges of the Complex Collision Mesh (if possible) | |
| EExtractCollisionOutputType | CollisionType | Type of collision geometry to convert to Mesh |