unreal.GeometryScriptMeshDifferenceInfo

class unreal.GeometryScriptMeshDifferenceInfo(reason: GeometryScriptMeshDifferenceReason = Ellipsis, detail: str = '', target_mesh_element_id: int = 0, other_mesh_element_id: int = 0, element_id_type: GeometryScriptIndexType = Ellipsis)

Bases: StructBase

Geometry Script Mesh Difference Info

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: MeshComparisonFunctions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • detail (str): [Read-Write] String that may contain additional detail on the difference

  • element_id_type (GeometryScriptIndexType): [Read-Write] Indicates the type of element that TargetMeshElementID and OtherMeshElementID reference

  • other_mesh_element_id (int32): [Read-Write]

  • reason (GeometryScriptMeshDifferenceReason): [Read-Write]

  • target_mesh_element_id (int32): [Read-Write]

property detail: str

[Read-Write] String that may contain additional detail on the difference

Type:

(str)

property element_id_type: GeometryScriptIndexType

[Read-Write] Indicates the type of element that TargetMeshElementID and OtherMeshElementID reference

Type:

(GeometryScriptIndexType)

property other_mesh_element_id: int

[Read-Write]

Type:

(int32)

property reason: GeometryScriptMeshDifferenceReason

[Read-Write]

Type:

(GeometryScriptMeshDifferenceReason)

property target_mesh_element_id: int

[Read-Write]

Type:

(int32)