FGroupTopologySelector::DrawSelection

Render the given selection with the default settings of the [FToolDataVisualizer](API\Runtime\InteractiveToolsFramework\FToolDataVisualizer).

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GroupTopologySelector.h

Include

#include "Selection/GroupTopologySelector.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Private/Selection/GroupTopologySelector.cpp

Syntax

void DrawSelection
(
    const FGroupTopologySelection & Selection,
    FToolDataVisualizer * Renderer,
    const FViewCameraState * CameraState
)

Remarks

Render the given selection with the default settings of the FToolDataVisualizer. Selected edges are drawn as lines, and selected corners are drawn as small view-facing circles. (Currently seleced faces are not draw)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss