Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Classes
| Type | Name | Description | |
|---|---|---|---|
| FToolTargetTypeRequirements | A structure used to specify the requirements of a tool for its target. | ||
| UPrimitiveComponentToolTarget | A tool target to share some reusable code for tool targets that are backed by primitive components. | ||
| UPrimitiveComponentToolTargetFactory | Factory for UPrimitiveComponentToolTarget to be used by the target manager. | ||
| UToolTarget | A tool target is a stand-in object that a tool can operate on. | ||
| UToolTargetFactory | Base class for factories of tool targets, which let a tool manager build targets out of inputs without knowing anything about the inputs itself, as long as it has a factory registered that is able to process the input. |