unreal.CurveScaledPayload¶
- class unreal.CurveScaledPayload(identifier: AnimationCurveIdentifier = [], factor: float = 0.0, origin: float = 0.0)¶
Bases:
CurvePayloadCurve Scaled Payload
C++ Source:
Module: Engine
File: AnimDataNotifications.h
Editor Properties: (see get_editor_property/set_editor_property)
factor(float): [Read-Write] Factor with which the curve was scaledidentifier(AnimationCurveIdentifier): [Read-Write] Identifier of the curveorigin(float): [Read-Write] Time used as the origin when scaling the curve