Go to the source code of this file.
|
| enum | { RELIABLE_BUFFER = 512
} |
| |
| enum | { MAX_PACKETID = FNetPacketNotify::SequenceNumberT::SeqNumberCount
} |
| |
| enum | { MAX_CHSEQUENCE = 1024
} |
| |
| enum | { MAX_BUNCH_HEADER_BITS = 256
} |
| |
| enum | { MAX_PACKET_RELIABLE_SEQUENCE_HEADER_BITS = 32 + FNetPacketNotify::SequenceHistoryT::MaxSizeInBits
} |
| |
| enum | { MAX_PACKET_INFO_HEADER_BITS = 1 + NetConnectionHelper::NumBitsForJitterClockTimeInHeader + 1 + 8
} |
| |
| enum | { MAX_PACKET_HEADER_BITS = MAX_PACKET_RELIABLE_SEQUENCE_HEADER_BITS + MAX_PACKET_INFO_HEADER_BITS
} |
| |
| enum | { MAX_PACKET_TRAILER_BITS = 1
} |
| |
| enum | EConnectionState {
USOCK_Invalid = 0
, USOCK_Closed = 1
, USOCK_Pending = 2
, USOCK_Open = 3
,
USOCK_Closing = 4
} |
| |
| enum class | UE::Net::ENetUpgradeSource : uint8 { UE::Net::ControlChannel
, UE::Net::StatelessHandshake
} |
| |
| enum | EClientLoginState::Type {
EClientLoginState::Invalid = 0
, EClientLoginState::LoggingIn = 1
, EClientLoginState::Welcomed = 2
, EClientLoginState::ReceivedJoin = 3
,
EClientLoginState::CleanedUp = 4
} |
| |
| enum class | EResendAllDataState : uint8 { None
, SinceOpen
, SinceCheckpoint
} |
| |
◆ NETCONNECTION_HAS_SETENCRYPTIONKEY
| #define NETCONNECTION_HAS_SETENCRYPTIONKEY 1 |
◆ FActorChannelMap
◆ FChannelsToClose
◆ anonymous enum
| Enumerator |
|---|
| RELIABLE_BUFFER | |
◆ anonymous enum
◆ anonymous enum
◆ anonymous enum
| Enumerator |
|---|
| MAX_BUNCH_HEADER_BITS | |
◆ anonymous enum
| Enumerator |
|---|
| MAX_PACKET_RELIABLE_SEQUENCE_HEADER_BITS | |
◆ anonymous enum
| Enumerator |
|---|
| MAX_PACKET_INFO_HEADER_BITS | |
◆ anonymous enum
| Enumerator |
|---|
| MAX_PACKET_HEADER_BITS | |
◆ anonymous enum
| Enumerator |
|---|
| MAX_PACKET_TRAILER_BITS | |
◆ EConnectionState
| Enumerator |
|---|
| USOCK_Invalid | |
| USOCK_Closed | |
| USOCK_Pending | |
| USOCK_Open | |
| USOCK_Closing | |
◆ EResendAllDataState
Type of property data resend used by replay checkpoints
| Enumerator |
|---|
| None | |
| SinceOpen | |
| SinceCheckpoint | |
◆ DECLARE_DELEGATE_ThreeParams() [1/2]
Delegate for hooking the net connections 'LowLevelSend' (at the socket level, after PacketHandler parsing)
- Parameters
-
| Data | The data being sent |
| Count | The number of bytes being sent |
| bBlockSend | Whether or not to block the send (defaults to false) |
◆ DECLARE_DELEGATE_ThreeParams() [2/2]
Delegate for hooking the net connections 'ReceivedRawPacket'
- Parameters
-
| Data | The data received |
| Count | The number of bytes received |
| bBlockReceive | Whether or not to block further processing of the packet (defaults to false) |
◆ LexToString()
◆ LLM_DECLARE_TAG_API()
| LLM_DECLARE_TAG_API |
( |
NetConnection |
, |
|
|
ENGINE_API |
|
|
) |
| |
◆ CVarNetEnableCongestionControl