unreal.CurveRenamedPayload

class unreal.CurveRenamedPayload(identifier=[], new_identifier=[])

Bases: unreal.CurvePayload

Curve Renamed Payload

C++ Source:

  • Module: Engine

  • File: AnimDataNotifications.h

Editor Properties: (see get_editor_property/set_editor_property)

  • identifier (AnimationCurveIdentifier): [Read-Write] Identifier: Identifier of the curve

  • new_identifier (AnimationCurveIdentifier): [Read-Write] New Identifier: Identifier of the curve after it was renamed

property new_identifier

[Read-Only] New Identifier: Identifier of the curve after it was renamed

Type

(AnimationCurveIdentifier)