Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Selection
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/ToolSelectionUtil.h |
| Include | #include "Selection/ToolSelectionUtil.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Selection/ToolSelectionUtil.cpp |
namespace ToolSelectionUtil
{
void ToolSelectionUtil::DebugRender
(
IToolsContextRenderAPI * RenderAPI,
const UE::Geometry::FGeometrySelectionElements & Elements,
float LineThickness,
FLinearColor LineColor,
float PointSize,
FLinearColor PointColor,
float DepthBias,
FLinearColor FillColor
)
}
Remarks
Todo [nickolas.drake]: remove this function when no longer used by GeometrySelectionManager