unreal.RichCurveKey
¶
- class unreal.RichCurveKey(time=0.0, value=0.0)¶
Bases:
unreal.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: Time at this keyvalue
(float): [Read-Write] Value: Value at this key