FSelectionSettings

Configuration variables Determines the behavior of a [FindSelectedElement()](API\Plugins\ModelingComponents\Selection\FGroupTopologySelector\FindSelectedElem-\2) call.

Choose your operating system:

Windows

macOS

Linux

References

Module

ModelingComponents

Header

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

Include

#include "Selection/GroupTopologySelector.h"

Syntax

struct FSelectionSettings

Remarks

Configuration variables Determines the behavior of a FindSelectedElement() call.

Variables

Name Description

Public variable

bool

 

bEnableCornerHits

Public variable

bool

 

bEnableEdgeHits

Public variable

bool

 

bEnableFaceHits

Public variable

bool

 

bHitBackFaces

When false, hits of a triangles that are facing away from the camera are not considered.

Public variable

bool

 

bIgnoreOcclusion

Do not check whether the closest element is occluded.

Public variable

bool

 

bPreferProjectedElement

Prefer an edge projected to a point rather than the point, and a face projected to an edge rather than the edge.

Public variable

bool

 

bSelectDownRay

If the first element is valid, select all elements behind it that are aligned with it.