UTakeRecorderSource::PostRecording

This is called on all sources after recording is stopped.

Windows
MacOS
Linux

References

Module

TakesCore

Header

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

Include

#include "TakeRecorderSource.h"

Syntax

virtual TArray< UTakeRecorderSource * > PostRecording
(
    class ULevelSequence * InSequence,
    class ULevelSequence * InMasterSequence
)

Remarks

This is called on all sources after recording is stopped. By returning the same list of additional sources as provided in PreRecording the source can clean up any additional temporary sources that were created by this recording. These additional temporary sources will be properly shut down so they have a chance to store their data before being removed from the list.

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

Returns

An array of take recorder sources to be removed. Likely to match the same list as PreRecording. Can be an empty list if no additional sources are required by this source.

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