UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EAcceptConnection Namespace Reference

Enumerations

enum  Type { Reject , Accept , Ignore }
 

Functions

const TCHARToString (EAcceptConnection::Type EnumVal)
 

Detailed Description

Accepting connection response codes

Enumeration Type Documentation

◆ Type

Enumerator
Reject 

Reject the connection

Accept 

Accept the connection

Ignore 

Ignore the connection, sending no reply, while server traveling

Function Documentation

◆ ToString()

const TCHAR * EAcceptConnection::ToString ( EAcceptConnection::Type  EnumVal)
inline
Returns
the stringified version of the enum passed in