UInteractiveTool::DrawHUD

Allow the Tool to do any custom screen space drawing

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/InteractiveTool.h

Include

#include "InteractiveTool.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/InteractiveTool.cpp

Syntax

virtual void DrawHUD
(
    FCanvas * Canvas,
    IToolsContextRenderAPI * RenderAPI
)

Remarks

Allow the Tool to do any custom screen space drawing

Parameters

Parameter

Description

Canvas

the FCanvas to use to do the drawing

RenderAPI

Abstraction that provides access to Rendering in the current ToolsContext

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss