UnicastEndpoint

The IP endpoint to listen to and send packets from.

Windows
MacOS
Linux

Syntax

[UPROPERTY](Programming/UnrealArchitecture/Reference/Properties)(Config, EditAnywhere, Category=Transport)
FString UnicastEndpoint

Remarks

The IP endpoint to listen to and send packets from.

The format is IP_ADDRESS:PORT_NUMBER. 0.0.0.0:0 will bind to the default network adapter on Windows, and all available network adapters on other operating systems. Specifying an interface IP here, will use that interface for multicasting and static endpoint might also reach this client through Specifying both the IP and Port will allow usage of static endpoint to reach this client Can be specified on the command line with `-UDPMESSAGING_TRANSPORT_UNICAST=_

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss