IMediaControls::SetBlockingPlaybackHint

Hint for player indicating that blocked playback mode will be used / not used

Windows
MacOS
Linux

References

Module

Media

Header

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

Include

#include "IMediaControls.h"

Syntax

virtual void SetBlockingPlaybackHint
(
    bool bFacadeWillUseBlockingPlayback
)

Remarks

Hint for player indicating that blocked playback mode will be used / not used

@note Implement as needed by the player.

Parameters

Parameter

Description

bFacadeWillUseBlockingPlayback

True if blocked playback will be used, false otherwiese

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss