Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Selections
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Selections/GeometrySelection.h |
| Include | #include "Selections/GeometrySelection.h" |
Syntax
struct FGeometrySelectionElements
Remarks
3D Geometry representing a FGeometrySelection, for example suitable for passing to rendering code, etc
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FVector3d > | Points | ||
| TArray< UE::Geometry::FSegment3d > | Segments | ||
| TArray< UE::Geometry::FTriangle3d > | Triangles |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Reset () |