Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
Include |
#include "MediaPlayerFacade.h" |
Source |
/Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
void ProcessEvent
(
EMediaEvent Event,
bool bIsBroadcastAllowed
)
Process the given media event.
Parameter |
Description |
---|---|
Event |
The event to process. |
bIsBroadcastAllowed |
If true then we can broadcast events, if false then they will sent when possible. |