Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| Name | FGeometryScriptMeshDifferenceInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshComparisonFunctions.h |
| Include Path | #include "GeometryScript/MeshComparisonFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScriptMeshDifferenceInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Detail | FString | String that may contain additional detail on the difference. | GeometryScript/MeshComparisonFunctions.h |
|
| ElementIDType | EGeometryScriptIndexType | Indicates the type of element that TargetMeshElementID and OtherMeshElementID reference. | GeometryScript/MeshComparisonFunctions.h |
|
| OtherMeshElementID | int32 | GeometryScript/MeshComparisonFunctions.h |
|
|
| Reason | EGeometryScriptMeshDifferenceReason | GeometryScript/MeshComparisonFunctions.h |
|
|
| TargetMeshElementID | int32 | GeometryScript/MeshComparisonFunctions.h |
|