unreal.CompositeCurveTable
¶
- class unreal.CompositeCurveTable(outer=None, name='None')¶
Bases:
unreal.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] Asset Import Dataparent_tables
(Array(CurveTable)): [Read-Write] Parent tables Tables with higher indices override data in tables with lower indices
- property parent_tables¶
[Read-Only] Parent tables Tables with higher indices override data in tables with lower indices
- Type
(Array(CurveTable))