Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/ModularFeature > API/Plugins/AvalancheMedia/ModularFeature/IAvaMediaSynchronizedEventDispat-
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/ModularFeature/IAvaMediaSynchronizedEventDispatcher.h |
| Include | #include "ModularFeature/IAvaMediaSynchronizedEventDispatcher.h" |
bool PushEvent
(
FString && InEventSignature,
TUniqueFunction < void> InFunction
)
Remarks
Push a new punctual event in the queue.
Parameters
| Name | Description |
|---|---|
| InEventSignature | unique signature for the event. |
| InFunction | function to invoke when the event is signaled on all nodes. |