UTakeRecorderSource::TickRecording

This is called each frame and allows the source to record any new information from the current frame.

Windows
MacOS
Linux

References

Module

TakesCore

Header

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

Include

#include "TakeRecorderSource.h"

Syntax

virtual void TickRecording
(
    const FQualifiedFrameTime & CurrentSequenceTime
)

Remarks

This is called each frame and allows the source to record any new information from the current frame. Called after all actors in the level Tick.

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

Parameters

Parameter

Description

CurrentSequenceTime - The frame of the Level Sequence for this frame that the data should be stored on. Passed as a qualified time to handle any differences in sub-sequence resolutions.

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