Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/ModularFeature
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/ModularFeature/IAvaMediaSynchronizedEventDispatcher.h |
| Include | #include "ModularFeature/IAvaMediaSynchronizedEventDispatcher.h" |
Syntax
class IAvaMediaSynchronizedEventDispatcher
Remarks
Queue and Dispatcher for Synchronized events.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Let the implementation update and dispatch the queued events. | ||
| EAvaMediaSynchronizedEventState | GetEventState
(
const FString& InEventSignature |
Retrieve the given event state. | |
| bool | PushEvent
(
FString&& InEventSignature, |
Push a new punctual event in the queue. |