Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractionMechanic
References
| Module | InteractiveToolsFramework |
| 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
)
Remarks
Allow the Mechanic to do any custom drawing (ie via PDI/RHI)
Parameters
| Name | Description |
|---|---|
| RenderAPI | Abstraction that provides access to Rendering in the current ToolsContext |