Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/AOnlineBeaconHost
Connection states used to check against misbehaving connections.
| Name | FConnectionState |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/OnlineBeaconHost.h |
| Include Path | #include "OnlineBeaconHost.h" |
Syntax
struct FConnectionState
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConnectionState
(
const AOnlineBeaconHost& InBeaconHost |
OnlineBeaconHost.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FConnectionState() |
OnlineBeaconHost.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BeaconHost | const AOnlineBeaconHost & | OnlineBeaconHost.h | ||
| bHasAuthenticated | bool | OnlineBeaconHost.h | ||
| bHasCompletedAck | bool | OnlineBeaconHost.h | ||
| bHasJoined | bool | OnlineBeaconHost.h | ||
| bHasSentChallenge | bool | OnlineBeaconHost.h | ||
| bHasSentHello | bool | OnlineBeaconHost.h | ||
| bHasSentLogin | bool | OnlineBeaconHost.h | ||
| bHasSentWelcome | bool | OnlineBeaconHost.h | ||
| bHasSetNetspeed | bool | OnlineBeaconHost.h | ||
| FinishHandshakeTimerHandle | FTimerHandle | OnlineBeaconHost.h |