Navigation
Unreal Engine C++ API Reference > Runtime > MediaUtils > FMediaPlayerFacade
References
Module | MediaUtils |
Header | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
Include | #include "MediaPlayerFacade.h" |
Source | /Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
void SetBlockOnTime
&40;
const FTimespan & Time
&41;
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.
Deprecated: Use SetBlockOnTimeRange instead
Parameters
Name | Description |
---|---|
Time | The time to block on, or FTimespan::MinValue to disable. |