unreal.TakeRecorderUserParameters
¶
- class unreal.TakeRecorderUserParameters(maximize_viewport=False, countdown_seconds=0.0, engine_time_dilation=1.0, stop_at_playback_end=False, remove_redundant_tracks=True, reduce_keys_tolerance=0.0001, save_recorded_assets=False, auto_lock=True, auto_serialize=False)¶
Bases:
unreal.StructBase
Take Recorder User Parameters
C++ Source:
Plugin: Takes
Module: TakeRecorder
File: TakeRecorderParameters.h
Editor Properties: (see get_editor_property/set_editor_property)
auto_lock
(bool): [Read-Write] Whether to lock the level sequence when done recordingauto_serialize
(bool): [Read-Write] Whether to incrementally serialize and store some data while recordingcountdown_seconds
(float): [Read-Write] Delay that we will use before starting recordingengine_time_dilation
(float): [Read-Write] The engine time dilation to apply during the recordingmaximize_viewport
(bool): [Read-Write] Whether to maximize the viewport (enter Immersive Mode) when recordingreduce_keys_tolerance
(float): [Read-Write] Tolerance to use when reducing keysremove_redundant_tracks
(bool): [Read-Write] Recommended for use with recorded spawnables. Beware that changes to actor instances in the map after recording may alter the recording when played backsave_recorded_assets
(bool): [Read-Write] Whether to save recorded level sequences and assets when done recordingstop_at_playback_end
(bool): [Read-Write] Automatically stop recording when reaching the end of the playback range
- property auto_serialize¶
[Read-Write] Whether to incrementally serialize and store some data while recording
- Type
(bool)
- property countdown_seconds¶
[Read-Write] Delay that we will use before starting recording
- Type
(float)
- property engine_time_dilation¶
[Read-Write] The engine time dilation to apply during the recording
- Type
(float)
- property maximize_viewport¶
[Read-Write] Whether to maximize the viewport (enter Immersive Mode) when recording
- Type
(bool)
- property remove_redundant_tracks¶
[Read-Write] Recommended for use with recorded spawnables. Beware that changes to actor instances in the map after recording may alter the recording when played back
- Type
(bool)