unreal.CurveScaledPayload

class unreal.CurveScaledPayload(identifier=[], factor=0.0, origin=0.0)

Bases: unreal.CurvePayload

Curve Scaled Payload

C++ Source:

  • Module: Engine

  • File: AnimDataNotifications.h

Editor Properties: (see get_editor_property/set_editor_property)

  • factor (float): [Read-Write] Factor: Factor with which the curve was scaled

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

  • origin (float): [Read-Write] Origin: Time used as the origin when scaling the curve

property factor

[Read-Only] Factor: Factor with which the curve was scaled

Type

(float)

property origin

[Read-Only] Origin: Time used as the origin when scaling the curve

Type

(float)