Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| |
|
| Name |
EGeometryScriptMeshDifferenceReason |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshComparisonFunctions.h |
| Include Path |
#include "GeometryScript/MeshComparisonFunctions.h" |
Syntax
enum EGeometryScriptMeshDifferenceReason
{
Unknown = 0,
VertexCount,
TriangleCount,
EdgeCount,
Vertex,
Triangle,
Edge,
Connectivity,
Normal,
Color,
UV,
Group,
Attribute,
}
Values
| Name |
Remarks |
| Unknown |
|
| VertexCount |
|
| TriangleCount |
|
| EdgeCount |
|
| Vertex |
|
| Triangle |
|
| Edge |
|
| Connectivity |
|
| Normal |
|
| Color |
|
| UV |
|
| Group |
|
| Attribute |
|