Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Inheritance Hierarchy
- IInteractiveToolExclusiveToolAPI
- UBakeMeshAttributeTool
- UBakeMeshAttributeMapsToolBase
- UBakeMeshAttributeMapsTool
- UBakeMultiMeshAttributeMapsTool
- UBakeMeshAttributeVertexTool
- UBakeRenderCaptureTool
- UCombineMeshesTool
- UConvertMeshesTool
- UTransferMeshTool
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolQueryInterfaces.h |
| Include | #include "InteractiveToolQueryInterfaces.h" |
Syntax
class IInteractiveToolExclusiveToolAPI
Remarks
IInteractiveToolExclusiveToolAPI provides an API to inform the ToolManager about tool exclusivity. An exclusive tool prevents other tools from building & activating while the tool is active. This is useful in scenarios where tools want to enforce an explicit Accept, Cancel or Complete user input to exit the tool.