Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Selection > API/Plugins/ModelingComponents/Selection/UGeometrySelectionManager
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GeometrySelectionManager.h |
| Include | #include "Selection/GeometrySelectionManager.h" |
Syntax
struct FGeometrySelectionTarget
Remarks
FGeometrySelectionTarget is the set of information tracked for a given "Active Target", which is (eg) a Mesh Component or other external object that "owns" selectable Geometry. This includes the IGeometrySelector for that target, the SelectionEditor, and the active Selection
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDelegateHandle | OnGeometryModifiedHandle | ||
| FGeometrySelection | Selection | ||
| TUniquePtr< FGeometrySelectionEditor > | SelectionEditor | ||
| FGeometryIdentifier | SelectionIdentifer | ||
| TUniquePtr< IGeometrySelector > | Selector | ||
| FGeometryIdentifier | TargetIdentifier |