unreal.CurveFlagsChangedPayload

class unreal.CurveFlagsChangedPayload(identifier: AnimationCurveIdentifier = [], old_flags: int = 0)

Bases: CurvePayload

Curve Flags Changed 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

  • old_flags (int32): [Read-Write] Old Flags: Old flags mask for the curve

property old_flags: int

[Read-Only] Old Flags: Old flags mask for the curve

Type:

(int32)