UMovieSceneTrackRecorder::RecordSample

This is called each frame and specifies the qualified time that the sampled data should be recorded at.

Windows
MacOS
Linux

References

Module

TakeTrackRecorders

Header

/Engine/Plugins/VirtualProduction/Takes/Source/TakeTrackRecorders/Public/TrackRecorders/MovieSceneTrackRecorder.h

Include

#include "TrackRecorders/MovieSceneTrackRecorder.h"

Syntax

void RecordSample
(
    const FQualifiedFrameTime & CurrentTime
)

Remarks

This is called each frame and specifies the qualified time that the sampled data should be recorded at. This is passed as a FQualifiedFrameTime for better handling of mixed resolution sequences as a user may have modified a sub-sequence to be a different resolution than the parent sequence.

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