Skip to main content

GetChannels

UFUNCTION(BlueprintPure, Category = "Event System")
int GetChannels(TArray<FName>& OutChannels) const;
Parameters
OutChannelsUnique list of channels used in the Event System.
ReturnAmount of unique channels.

Fetches all the channels the observers are currently listening on.