Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveTool
- UInteractiveTool::DrawHUD()
- UBaseBrushTool::DrawHUD()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include | #include "InteractiveTool.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveTool.cpp |
virtual void DrawHUD
(
FCanvas * Canvas,
IToolsContextRenderAPI * RenderAPI
)
Remarks
Allow the Tool 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 |