Navigation
API > API/Plugins > API/Plugins/MeshModelingTools > API/Plugins/MeshModelingTools/URemeshMeshToolBuilder
Description
Return true if we have one object selected. URemeshMeshTool is a UMultiSelectionTool, however we currently only ever apply it to a single mesh. (See comment at URemeshMeshTool definition below.)
Virtual Inheritance
- UInteractiveToolBuilder::CanBuildTool → UMultiSelectionMeshEditingToolBuilder::CanBuildTool → URemeshMeshToolBuilder::CanBuildTool
| Name | CanBuildTool |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/RemeshMeshTool.h |
| Include Path | #include "RemeshMeshTool.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Private/RemeshMeshTool.cpp |
virtual bool CanBuildTool
(
const FToolBuilderState & SceneState
) const