5#include "CoreMinimal.h"
6#include "Event/Abstract/LocalEvent.h"
8#include "ConnectionChangedEvent.generated.h"
25 static FName StaticType()
27 static const FName
Type{TEXT(
"connection.changed")};
@ Type
Type of the message.
Sent when the state of the connection changed.
Definition: ConnectionChangedEvent.h:17
Event not originating from the API.
Definition: LocalEvent.h:15