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