unreal.NamedCurveValue

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

Bases: unreal.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] Name: The name of the curve

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

property name

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

Type

(Name)

property value

[Read-Write] Value: The value of the curve

Type

(float)