Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/Physics
Inheritance Hierarchy
- UObject
- UInteractiveToolBuilder
- UInteractiveToolWithToolTargetsBuilder
- USingleSelectionMeshEditingToolBuilder
- USimpleCollisionEditorToolBuilder
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Physics/SimpleCollisionEditorTool.h |
| Include | #include "Physics/SimpleCollisionEditorTool.h" |
Syntax
UCLASS ()
class USimpleCollisionEditorToolBuilder : public USingleSelectionMeshEditingToolBuilder
Overridden from USingleSelectionMeshEditingToolBuilder
| Type | Name | Description | |
|---|---|---|---|
| USingleSelectionMeshEditingTool * | CreateNewTool
(
const FToolBuilderState& SceneState |
Overridden from UInteractiveToolWithToolTargetsBuilder
| Type | Name | Description | |
|---|---|---|---|
| const FToolTargetTypeRequirements & | Gives the target requirements of the associated tool. |
Overridden from UInteractiveToolBuilder
| Type | Name | Description | |
|---|---|---|---|
| bool | CanBuildTool
(
const FToolBuilderState& SceneState |
Check if, given the current scene state, a new instance of this builder's Tool can be created |