FMediaPlayerFacade::ProcessEvent

Process the given media event.

Choose your operating system:

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 ProcessEvent
(
    EMediaEvent Event,
    bool bIsBroadcastAllowed
)

Remarks

Process the given media event.

Parameters

Parameter

Description

Event

The event to process.

bIsBroadcastAllowed

If true then we can broadcast events, if false then they will sent when possible.