Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Selection
Deprecated * UPersistentMeshSelection and related functions are deprecated
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDEPRECATED_PersistentMeshSelection
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/PersistentMeshSelection.h |
| Include | #include "Selection/PersistentMeshSelection.h" |
Syntax
UCLASS&40;Deprecated&41;
class UDEPRECATED_PersistentMeshSelection : public UObject
Remarks
UPersistentMeshSelection is a UObject wrapper for a FGenericMeshSelection
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGenericMeshSelection | Selection |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ExtractIntoSelectionObject
(
const FGroupTopology& TopologyIn, |
Initializes a FGroupTopologySelection using the current contents of the object. | |
| const FGenericMeshSelection & | GetSelection () |
||
| FGenericMeshSelection::ETopologyType | |||
| UPrimitiveComponent * | |||
| bool | IsEmpty () |
||
| void | SetSelection
(
const FGenericMeshSelection& SelectionIn |
Replace the internal Selection data | |
| void | SetSelection
(
const FGroupTopology& TopologyIn, |
Resets the contents of the object using the given selection. |