Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveGizmo
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveGizmo.h |
| Include | #include "InteractiveGizmo.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveGizmo.cpp |
virtual void DrawHUD
&40;
FCanvas &42; Canvas,
IToolsContextRenderAPI &42; RenderAPI
&41;
Remarks
Allow the Gizmo to do any custom screen space drawing
Parameters
| Name | Description |
|---|---|
| Canvas | the FCanvas to use to do the drawing |
| RenderAPI | Abstraction that provides access to Rendering in the current ToolsContext |