Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Engine/PendingNetGame.h |
Include |
#include "Engine/PendingNetGame.h" |
class UPendingNetGame :
public UObject,
public FNetworkNotify
Name | Description | |
---|---|---|
|
UPendingNetGame ( |
Constructor. |
Name | Description | ||
---|---|---|---|
|
AddReferencedObjects ( |
||
|
FinalizeEncryptedConnection ( |
Setup the connection for encryption with a given key All future packets are expected to be encrypted |
|
|
UDemoNetDriv... |
GetDemoNetDriver() |
Gets the demo net driver for this pending world. |
|
UNetDriver &... |
GetNetDriver() |
|
|
Initialize ( |
Constructor. |
|
|
InitNetDriver() |
||
|
InitPeerListen() |
Create the peer net driver and a socket to listen for new client peer connections. |
|
|
LoadMapCompleted ( |
Called by the engine after it calls LoadMap for this PendingNetGame. |
|
|
SendInitialJoin() |
Send the packet for triggering the initial join |
|
|
SendJoin() |
Send JOIN to other end |
|
|
SetDemoNetDriver ( |
Sets the demo net driver for this pending world. |
|
|
SetEncryptionKey ( |
Set the encryption key for the connection. |
|
|
Tick ( |
Update the pending level's status. |
Name | Description | ||
---|---|---|---|
|
NotifyAcceptedConnection ( |
Notification that a new connection has been created/established as a result of a remote request, previously approved by NotifyAcceptingConnection |
|
|
NotifyAcceptingChannel ( |
Notification that a new channel is being created/opened as a result of a remote request (Actor creation, etc) |
|
|
EAcceptConne... |
NotifyAcceptingConnection() |
Notification that an incoming connection is pending, giving the interface a chance to reject the request |
|
NotifyControlMessage ( |
Handler for messages sent through a remote connection's control channel not required to handle the message, but if it reads any data from Bunch, it MUST read the ENTIRE data stream for that message (i.e. use FNetControlMessage |