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:
StructBaseGeometry 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 differenceelement_id_type(GeometryScriptIndexType): [Read-Write] Indicates the type of element that TargetMeshElementID and OtherMeshElementID referenceother_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:
- property reason: GeometryScriptMeshDifferenceReason¶
[Read-Write]