Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations
Inheritance Hierarchy
- FMeshConnection
- FNormalCoordinates
- FSignpost
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/IntrinsicCorrespondenceUtils.h |
| Include | #include "Operations/IntrinsicCorrespondenceUtils.h" |
Syntax
struct FMeshConnection
Remarks
A Connection stores the information needed to define a local reference direction for each vertex and triangle.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< FDynamicMesh3 > | OwnedSurfaceMesh | ||
| const FDynamicMesh3 * | SurfaceMesh | ||
| TArray< int32 > | TIDToReferenceEID | ||
| TArray< int32 > | VIDToReferenceEID |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMeshConnection
(
const FDynamicMesh3& SurfMesh |
FMeshConnection |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Reset
(
const FDynamicMesh3& SurfMesh |
Reset the connection to the given (not owned) surface mesh | |
| void | Reset
(
TUniquePtr< FDynamicMesh3 >& SurfMesh |
Reset the connection to used a internally owned surface mesh |