Navigation
Unreal Engine C++ API Reference > Runtime > Engine > GameFramework > AWorldSettings
Syntax
uint8 bReuseAddressAndPort: 1
Remarks
Whether to configure the listening socket to allow reuse of the address and port. If this is true, be sure no other servers can run on the same port, otherwise this can lead to undefined behavior since packets will go to two servers.