Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FGeoSelectionID
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Selections/GeometrySelection.h | |||
FGeoSelectionID
(
uint64 EncodedID |
Initialize the TopologyID and GeometryID by unpacking the 64-bit packed EncodedID | Selections/GeometrySelection.h | |
FGeoSelectionID
(
uint32 GeometryIDIn, |
Initialize the TopologyID and GeometryID with the given values | Selections/GeometrySelection.h |
FGeoSelectionID()
| Name | FGeoSelectionID |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Selections/GeometrySelection.h |
| Include Path | #include "Selections/GeometrySelection.h" |
FGeoSelectionID()
FGeoSelectionID(uint64)
Description
Initialize the TopologyID and GeometryID by unpacking the 64-bit packed EncodedID
| Name | FGeoSelectionID |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Selections/GeometrySelection.h |
| Include Path | #include "Selections/GeometrySelection.h" |
FGeoSelectionID
(
uint64 EncodedID
)
FGeoSelectionID(uint32, uint32)
Description
Initialize the TopologyID and GeometryID with the given values
| Name | FGeoSelectionID |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Selections/GeometrySelection.h |
| Include Path | #include "Selections/GeometrySelection.h" |
FGeoSelectionID
(
uint32 GeometryIDIn,
uint32 TopologyIDIn
)