Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaClockSink
Description
Called each tick before the frame finished rendering.
| Name | TickRender |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaClockSink.h |
| Include Path | #include "IMediaClockSink.h" |
virtual void TickRender
(
FTimespan DeltaTime,
FTimespan Timecode
)
Parameters
| Name | Remarks |
|---|---|
| DeltaTime | Time since this function was last called. |
| Timecode | The current media time code. |