API reference

EOvrNetSyncDisconnectReason Enum

It represents the possible reasons why the status of a FOvrNetSyncConnection, which allows multiple clients to connect and communicate with each other in real-time, is disconnected. The connection provides a way to manage and facilitate real-time communication and data synchronization between multiple clients in a networked environment.

Enumeration Constants

MemberDescription
Unknown
LocalTerminated
This member indicates that the disconnect of the FOvrNetSyncConnection was initialized from the a user request.
ServerTerminated
This member indicates that the connection of the FOvrNetSyncConnection was shutdown by the server intentionally.
Failed
This member indicates that the initial connection request never succeeded.
Lost
This member indicates that the FOvrNetSyncConnection was shutdown because of the network timeout.