FSelectionSettings

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

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/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

 

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.

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