Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/Physics
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- USimpleCollisionEditorToolActionProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Physics/SimpleCollisionEditorTool.h |
| Include | #include "Physics/SimpleCollisionEditorTool.h" |
Syntax
UCLASS&40;&41;
class USimpleCollisionEditorToolActionProperties : public UInteractiveToolPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< USimpleCollisionEditorTool > | ParentTool |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddBox () |
Add a new simple box collision shape | |
| void | AddCapsule () |
Add a new simple capsule collision shape | |
| void | AddSphere () |
Add a new simple sphere collision shape | |
| void | Delete () |
Remove currently selected simple collision shapes from the mesh | |
| void | DeleteAll () |
Remove all current simple collision shapes from the mesh | |
| void | Duplicate () |
Duplicate all selected simple collision shapes | |
| void | Initialize
(
USimpleCollisionEditorTool* ParentToolIn |
||
| void | PostAction
(
ESimpleCollisionEditorToolAction Action |