Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/IAvaMediaSynchronizedEventsFeatu-
Description
Factory method to create an event dispatcher.
Current implementation does not use the signature to automatically add scope to all pushed events.
| Name | CreateDispatcher |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/ModularFeature/IAvaMediaSynchronizedEventsFeature.h |
| Include Path | #include "ModularFeature/IAvaMediaSynchronizedEventsFeature.h" |
TSharedPtr < IAvaMediaSynchronizedEventDispatcher > CreateDispatcher
(
const FString & InSignature
)
Parameters
| Name | Remarks |
|---|---|
| InSignature | signature given to the dispatcher. This should match on all clustered/forked channel. |