unreal.RigMapperValidationMessage

class unreal.RigMapperValidationMessage(severity: RigMapperValidationSeverity = Ellipsis, message: str = '', definition_index: int = 0)

Bases: StructBase

Rig Mapper Validation Message

C++ Source:

  • Plugin: RigMapper

  • Module: RigMapper

  • File: RigMapperDefinition.h

Editor Properties: (see get_editor_property/set_editor_property)

  • definition_index (int32): [Read-Write] Optional: which definition in the chain caused it (INDEX_NONE for single definitions)

  • message (str): [Read-Write]

  • severity (RigMapperValidationSeverity): [Read-Write]

property definition_index: int

which definition in the chain caused it (INDEX_NONE for single definitions)

Type:

(int32)

Type:

[Read-Only] Optional

property message: str

[Read-Only]

Type:

(str)

property severity: RigMapperValidationSeverity

[Read-Only]

Type:

(RigMapperValidationSeverity)