Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
PeerServerConnectionData Struct Reference

#include <GameMode.h>

+ Collaboration diagram for PeerServerConnectionData:

Public Attributes

TArray< unsigned char > BytesToSend
 
FString OtherServerIP
 
int OtherServerPort
 
int OtherServerId
 
FSocketSocket
 
bool bInitialConnectionAttemptFinished
 
bool ExternallyOwned
 
long double LastSentAt
 
int RemainingSendRetries
 
TArray< unsigned char > BytesReceived
 
bool Finished
 
bool Success
 
UWorldWorld
 

Detailed Description

Definition at line 8 of file GameMode.h.

Member Data Documentation

◆ bInitialConnectionAttemptFinished

bool PeerServerConnectionData::bInitialConnectionAttemptFinished

Definition at line 15 of file GameMode.h.

◆ BytesReceived

TArray<unsigned char> PeerServerConnectionData::BytesReceived

Definition at line 19 of file GameMode.h.

◆ BytesToSend

TArray<unsigned char> PeerServerConnectionData::BytesToSend

Definition at line 10 of file GameMode.h.

◆ ExternallyOwned

bool PeerServerConnectionData::ExternallyOwned

Definition at line 16 of file GameMode.h.

◆ Finished

bool PeerServerConnectionData::Finished

Definition at line 20 of file GameMode.h.

◆ LastSentAt

long double PeerServerConnectionData::LastSentAt

Definition at line 17 of file GameMode.h.

◆ OtherServerId

int PeerServerConnectionData::OtherServerId

Definition at line 13 of file GameMode.h.

◆ OtherServerIP

FString PeerServerConnectionData::OtherServerIP

Definition at line 11 of file GameMode.h.

◆ OtherServerPort

int PeerServerConnectionData::OtherServerPort

Definition at line 12 of file GameMode.h.

◆ RemainingSendRetries

int PeerServerConnectionData::RemainingSendRetries

Definition at line 18 of file GameMode.h.

◆ Socket

FSocket* PeerServerConnectionData::Socket

Definition at line 14 of file GameMode.h.

◆ Success

bool PeerServerConnectionData::Success

Definition at line 21 of file GameMode.h.

◆ World

UWorld* PeerServerConnectionData::World

Definition at line 22 of file GameMode.h.


The documentation for this struct was generated from the following file: