Navigation
Unreal Engine C++ API Reference > Runtime > Media > IMediaClockSink
References
Module | Media |
Header | /Engine/Source/Runtime/Media/Public/IMediaClockSink.h |
Include | #include "IMediaClockSink.h" |
virtual void TickRender
&40;
FTimespan DeltaTime,
FTimespan Timecode
&41;
Remarks
Called each tick before the frame finished rendering.
Parameters
Name | Description |
---|---|
DeltaTime | Time since this function was last called. |
Timecode | The current media time code. |