5#include "CoreMinimal.h"
7#include "ChannelFlags.generated.h"
13UENUM(BlueprintType, meta = (Bitflags, UseEnumValuesAsMaskValuesInEditor =
"true"))
EChannelFlags
Additional channel actions to perform when requesting channel data from API.
Definition: ChannelFlags.h:15
@ Presence
Return user presence info in response.
@ State
Return channel state in response.
@ Watch
Start watching the channel (receive events regarding this channel via WebSocket)