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