Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveToolManager
Description
Let active Tools do their screen space drawing. Called by UInteractiveToolsContext.
| Name | DrawHUD |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolManager.h |
| Include Path | #include "InteractiveToolManager.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveToolManager.cpp |
virtual void DrawHUD
(
FCanvas * Canvas,
IToolsContextRenderAPI * RenderAPI
)