IMediaClockSink::TickRender

Called each tick before the frame finished rendering.

Windows
MacOS
Linux

References

Module

Media

Header

/Engine/Source/Runtime/Media/Public/IMediaClockSink.h

Include

#include "IMediaClockSink.h"

Syntax

virtual void TickRender
(
    FTimespan DeltaTime,
    FTimespan Timecode
)

Remarks

Called each tick before the frame finished rendering.

Parameters

Parameter

Description

DeltaTime

Time since this function was last called.

Timecode

The current media time code.

See Also

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