Navigation
API > API/Plugins > API/Plugins/MultiServerReplication
All of the state associated with a proxy server connection to a backend game server.
| Name | FGameServerConnectionState |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/MultiServerReplication/Source/MultiServerReplication/Public/MultiServerProxy.h |
| Include Path | #include "MultiServerProxy.h" |
Syntax
USTRUCT ()
struct FGameServerConnectionState
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GameServerNotify | TObjectPtr< UGameServerNotify > | MultiServerProxy.h | ||
| NetDriver | TObjectPtr< class UNetDriver > | MultiServerProxy.h | ||
| NetDriverName | FName | MultiServerProxy.h | ||
| PendingSplitJoinRequests | TArray< FGameServerSplitJoinRequest > | MultiServerProxy.h | ||
| Players | TArray< TObjectPtr< class ULocalPlayer > > | MultiServerProxy.h | ||
| Port | int32 | MultiServerProxy.h | ||
| World | TObjectPtr< class UWorld > | MultiServerProxy.h |