fn set_global_blueprint_recording(
    py: Python<'_>,
    recording: Option<&PyRecordingStream>,
) -> Option<PyRecordingStream>
Expand description

Replaces the currently active recording in the global scope with the specified one.

Returns the previous one, if any.