unreal.NamedCurveValue

class unreal.NamedCurveValue(name: Name = 'None', value: float = 0.0)

Bases: StructBase

Name/value pair for retrieving curve values

C++ Source:

  • Module: Engine

  • File: CurveSourceInterface.h

Editor Properties: (see get_editor_property/set_editor_property)

  • name (Name): [Read-Write] The name of the curve

  • value (float): [Read-Write] The value of the curve

property name: Name

[Read-Write] The name of the curve

Type:

(Name)

property value: float

[Read-Write] The value of the curve

Type:

(float)