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