Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractionMechanic.h |
Include |
#include "InteractionMechanic.h" |
Source |
/Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractionMechanic.cpp |
virtual void Render
(
IToolsContextRenderAPI * RenderAPI
)
Allow the Mechanic to do any custom drawing (ie via PDI/RHI)
Parameter |
Description |
---|---|
RenderAPI |
Abstraction that provides access to Rendering in the current ToolsContext |