unreal.TakeRecorderTrackSettings

class unreal.TakeRecorderTrackSettings

Bases: unreal.StructBase

Take Recorder Track Settings

C++ Source:

  • Plugin: Takes

  • Module: TakeTrackRecorders

  • File: IMovieSceneTrackRecorderHost.h

Editor Properties: (see get_editor_property/set_editor_property)

  • default_property_tracks (Array(TakeRecorderPropertyTrackSettings)): [Read-Write] Default Property Tracks: List of property names for which movie scene tracks will be created automatically.

  • exclude_property_tracks (Array(TakeRecorderPropertyTrackSettings)): [Read-Write] Exclude Property Tracks: List of property names for which movie scene tracks will NOT be created automatically.

  • matching_actor_class (SoftClassPath): [Read-Write] Matching Actor Class: The Actor class to create movie scene tracks for.