unreal.CurveFlagsChangedPayload¶
- class unreal.CurveFlagsChangedPayload(identifier=[], old_flags=0)¶
Bases:
unreal.CurvePayloadCurve 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 curveold_flags(int32): [Read-Write] Old Flags: Old flags mask for the curve
- property old_flags¶
[Read-Only] Old Flags: Old flags mask for the curve
- Type
(int32)