Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
Inheritance Hierarchy
- IGizmoBaseComponentInterface
- UGizmoBaseComponent
- UGizmoArrowComponent
- UGizmoBoxComponent
- UGizmoCircleComponent
- UGizmoLineHandleComponent
- UGizmoRectangleComponent
- UViewAdjustedStaticMeshGizmoComponent
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoBaseComponent.h |
| Include | #include "BaseGizmos/GizmoBaseComponent.h" |
Syntax
class IGizmoBaseComponentInterface
Remarks
Interface that allows a component to receive various gizmo-specific callbacks while still inheriting from some class other than UGizmoBaseComponent.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | UpdateHoverState
(
bool bHoveringIn |
||
| void | UpdateInteractingState
(
bool bInteractingIn |
||
| void | UpdateWorldLocalState
(
bool bWorldIn |