UCollectSurfacePathMechanic::Render

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UInteractionMechanic::Render()

UCollectSurfacePathMechanic::Render()

References

Module

ModelingComponents

Header

/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Mechanics/CollectSurfacePathMechanic.h

Include

#include "Mechanics/CollectSurfacePathMechanic.h"

Source

/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Mechanics/CollectSurfacePathMechanic.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