UTakeRecorderSource::StopRecording

This is called when the [UTakeRecorderSources](API\Plugins\TakesCore\UTakeRecorderSources) stops recording.

Windows
MacOS
Linux

References

Module

TakesCore

Header

/Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeRecorderSource.h

Include

#include "TakeRecorderSource.h"

Syntax

virtual void StopRecording
(
    class ULevelSequence * InSequence
)

Remarks

This is called when the UTakeRecorderSources stops recording. This is called on all sources after recording has finished.

This should avoid being a blocking call (use PostRecording instead) so that all sources can be stopped as soon as possible after the user requests the recording end. See StartRecording for more details about why having all recordings start/stop as close as possible to each other is important.

Will not be called if this recording source is not enabled.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss