unreal.CompositeCurveTable

class unreal.CompositeCurveTable(outer: Object | None = None, name: Name | str = 'None')

Bases: CurveTable

Curve table composed of a stack of other curve tables.

C++ Source:

  • Module: Engine

  • File: CompositeCurveTable.h

Editor Properties: (see get_editor_property/set_editor_property)

  • asset_import_data (AssetImportData): [Read-Only]

  • parent_tables (Array[CurveTable]): [Read-Write] Parent tables Tables with higher indices override data in tables with lower indices

property parent_tables: None

[Read-Only] Parent tables Tables with higher indices override data in tables with lower indices

Type:

(Array[CurveTable])