IMediaPlayer::TickInput

Tick the player in the Input phase.

Windows
MacOS
Linux

References

Module

Media

Header

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

Include

#include "IMediaPlayer.h"

Syntax

virtual void TickInput
(
    FTimespan DeltaTime,
    FTimespan Timecode
)

Remarks

Tick the player in the Input phase.

Media players may override this method to update their state before the Engine is being ticked, or to initiate the processing of input samples.

Parameters

Parameter

Description

DeltaTime

Time since last tick.

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