FGroupEdgeSplitPoint

Point along a group edge that is used as a start/endpoint for an inserted group edge.

Choose your operating system:

Windows

macOS

Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/GroupEdgeInserter.h

Include

#include "Operations/GroupEdgeInserter.h"

Syntax

struct FGroupEdgeSplitPoint

Remarks

Point along a group edge that is used as a start/endpoint for an inserted group edge.

Variables

Name Description

Public variable

bool

 

bIsVertex

Whether the point is an edge or vertex.

Public variable

double

 

EdgeTValue

Only relevant for edges.

Public variable

int32

 

ElementID

Either vertex ID or edge ID of the point.

Public variable

FVector3d

 

Tangent

When using a cutting plane, tangent that is used to help position the plane.