Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMesh3
| Name | FMeshDifferenceInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMesh3.h |
| Include Path | #include "DynamicMesh/DynamicMesh3.h" |
Syntax
struct FMeshDifferenceInfo
Enums
Public
| Name | Remarks |
|---|---|
| EIDType | Types of element ID that could be set below. |
| EReason | Reasons for difference between meshes. |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Detail | FString | May contain further detail on the difference. | DynamicMesh/DynamicMesh3.h | |
| ID | int32 | ID in this mesh of element where the difference was found, or InvalidID if not applicable. | DynamicMesh/DynamicMesh3.h | |
| IDType | EIDType | Type of element that the ID references. | DynamicMesh/DynamicMesh3.h | |
| OtherID | int32 | ID in the compared-against mesh where the difference was found, or InvalidID if not applicable. | DynamicMesh/DynamicMesh3.h | |
| Reason | EReason | DynamicMesh/DynamicMesh3.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetEID
(
int32 EID, |
DynamicMesh/DynamicMesh3.h | ||
void SetTID
(
int32 TID, |
DynamicMesh/DynamicMesh3.h | ||
void SetVID
(
int32 VID, |
Helpers to set different ID types. | DynamicMesh/DynamicMesh3.h |