Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveToolBuilder
- UInteractiveToolBuilder::CanBuildTool()
- UClickDragToolBuilder::CanBuildTool()
- UMeshSurfacePointToolBuilder::CanBuildTool()
- USingleClickToolBuilder::CanBuildTool()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolBuilder.h |
| Include | #include "InteractiveToolBuilder.h" |
virtual bool CanBuildTool
(
const FToolBuilderState & SceneState
) const
Remarks
Check if, given the current scene state, a new instance of this builder's Tool can be created true if a new Tool instance can be created
Parameters
| Name | Description |
|---|---|
| SceneState | the current scene selection state, etc |