FMediaPlayerFacade::TickInput

Called each tick to handle input before the Engine is ticked.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IMediaClockSink::TickInput()

FMediaPlayerFacade::TickInput()

References

Module

MediaUtils

Header

/Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h

Include

#include "MediaPlayerFacade.h"

Source

/Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp

Syntax

virtual void TickInput
(
    FTimespan DeltaTime,
    FTimespan Timecode
)

Remarks

Called each tick to handle input before the Engine is ticked.

Parameters

Parameter

Description

DeltaTime

Time since this function was last called.

Timecode

The current media time code.

See Also