unreal.AttributeCurve

class unreal.AttributeCurve

Bases: unreal.IndexedCurve

Attribute Curve

C++ Source:

  • Module: Engine

  • File: AttributeCurve.h

Editor Properties: (see get_editor_property/set_editor_property)

  • keys (Array(AttributeKey)): [Read-Write] Keys: The keys, ordered by time

  • script_struct (ScriptStruct): [Read-Write] Script Struct: Transient UScriptStruct instance representing the underlying value type for the curve

  • script_struct_path (SoftObjectPath): [Read-Only] Script Struct Path: Path to UScriptStruct to be loaded

  • should_interpolate (bool): [Read-Write] Should Interpolate: Whether or not to interpolate between keys of ScripStruct type