unreal.TakeRecorderWorldSource

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

Bases: TakeRecorderWorldSourceSettings

A recording source that records world state

C++ Source:

  • Plugin: Takes

  • Module: TakeRecorderSources

  • File: TakeRecorderWorldSource.h

Editor Properties: (see get_editor_property/set_editor_property)

  • autotrack_actors (bool): [Read-Write] Add a binding and track for all actors that aren’t explicitly being recorded

  • enabled (bool): [Read-Write] True if this source is cued for recording or not

  • record_world_settings (bool): [Read-Write] Record world settings

  • take_number (int32): [Read-Write]

  • track_tint (Color): [Read-Write]