FMediaPlayerFacade::SetBlockOnTime

Set the time on which to block.

Windows
MacOS
Linux

References

Module

MediaUtils

Header

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

Include

#include "MediaPlayerFacade.h"

Source

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

Syntax

void SetBlockOnTime
(
    const FTimespan & Time
)

Remarks

Set the time on which to block.

If set, this player will block in TickFetch until the video sample for the specified time are actually available.

Parameters

Parameter

Description

Time

The time to block on, or FTimespan::MinValue to disable.

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