unreal.RichCurveKey
¶
- class unreal.RichCurveKey(time: float = 0.0, value: float = 0.0)¶
Bases:
StructBase
One key in a rich, editable float curve
C++ Source:
Module: Engine
File: RichCurve.h
Editor Properties: (see get_editor_property/set_editor_property)
time
(float): [Read-Write] Time at this keyvalue
(float): [Read-Write] Value at this key