UInteractionMechanic::Render

Allow the Mechanic to do any custom drawing (ie via PDI/RHI)

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractionMechanic.h

Include

#include "InteractionMechanic.h"

Source

/Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractionMechanic.cpp

Syntax

virtual void Render
(
    IToolsContextRenderAPI * RenderAPI
)

Remarks

Allow the Mechanic to do any custom drawing (ie via PDI/RHI)

Parameters

Parameter

Description

RenderAPI

Abstraction that provides access to Rendering in the current ToolsContext