Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GroupTopologySelector.h |
Include |
#include "Selection/GroupTopologySelector.h" |
struct FSelectionSettings
Configuration variables Determines the behavior of a FindSelectedElement() call.
Name | Description | ||
---|---|---|---|
|
bEnableCornerHits |
||
|
bEnableEdgeHits |
||
|
bEnableFaceHits |
||
|
bHitBackFaces |
When false, hits of a triangles that are facing away from the camera are not considered. |
|
|
bIgnoreOcclusion |
Do not check whether the closest element is occluded. |
|
|
bPreferProjectedElement |
Prefer an edge projected to a point rather than the point, and a face projected to an edge rather than the edge. |
|
|
bSelectDownRay |
If the first element is valid, select all elements behind it that are aligned with it. |