unreal.CurveScaledPayload
¶
- class unreal.CurveScaledPayload(identifier: AnimationCurveIdentifier = [], factor: float = 0.0, origin: float = 0.0)¶
Bases:
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 scaledidentifier
(AnimationCurveIdentifier): [Read-Write] Identifier: Identifier of the curveorigin
(float): [Read-Write] Origin: Time used as the origin when scaling the curve