unreal.InterpTrack

class unreal.InterpTrack(outer=None, name='None')

Bases: unreal.Object

Interp Track

C++ Source:

  • Module: Engine

  • File: InterpTrack.h

Editor Properties: (see get_editor_property/set_editor_property)

  • active_condition (TrackActiveCondition): [Read-Write] Sets the condition that must be met for this track to be enabled

  • sub_tracks (Array(InterpTrack)): [Read-Write] A list of subtracks that belong to this track

property sub_tracks

[Read-Only] A list of subtracks that belong to this track

Type

(Array(InterpTrack))