Struct UdpProtocol::QueueEntry
ClassList > UdpProtocol > QueueEntry
Public Attributes
| Type | Name |
|---|---|
| int | connection_id |
| UdpMsg * | msg |
| int | queue_time |
Public Functions
| Type | Name |
|---|---|
| QueueEntry () |
|
| QueueEntry (int time, int conn_id, UdpMsg * m) |
Public Attributes Documentation
variable connection_id
int UdpProtocol::QueueEntry::connection_id;
variable msg
UdpMsg* UdpProtocol::QueueEntry::msg;
variable queue_time
int UdpProtocol::QueueEntry::queue_time;
Public Functions Documentation
function QueueEntry [1/2]
inline UdpProtocol::QueueEntry::QueueEntry ()
function QueueEntry [2/2]
inline UdpProtocol::QueueEntry::QueueEntry (
int time,
int conn_id,
UdpMsg * m
)
The documentation for this class was generated from the following file C:/Users/wistf/Unreal Projects/NightSkyEngine/Plugins/NightSkyEngine/Source/GGPOUE4/Private/network/udp_proto.h