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 SetBlockOnTimeRange
&40;
const TRange< FTimespan > & TimeRange
&41;
Remarks
Set the time range on which to block.
If set, this player will block in TickFetch until the video sample for the specified time are actually available.
Parameters
Name | Description |
---|---|
TimeRange | The time range to block on, use empty range to disable |