Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/UScriptableInteractiveTool
- UInteractiveTool::DrawHUD()
- UScriptableInteractiveTool::DrawHUD()
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Experimental/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/ScriptableInteractiveTool.h |
| Include | #include "ScriptableInteractiveTool.h" |
| Source | /Engine/Plugins/Experimental/ScriptableToolsFramework/Source/ScriptableToolsFramework/Private/ScriptableInteractiveTool.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 |