Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseTools > API/Runtime/InteractiveToolsFramework/BaseTools/UBaseBrushTool
- UInteractiveTool::DrawHUD()
- UBaseBrushTool::DrawHUD()
- USkinWeightsPaintTool::DrawHUD()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseTools/BaseBrushTool.h |
| Include | #include "BaseTools/BaseBrushTool.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseTools/BaseBrushTool.cpp |
virtual void DrawHUD
&40;
FCanvas &42; Canvas,
IToolsContextRenderAPI &42; RenderAPI
&41;
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 |