Navigation
Unreal Engine C++ API Reference > Plugins > UdpMessaging > Shared > UUdpMessagingSettings
Syntax
UPROPERTY&40;Config, EditAnywhere, Category&61;Transport&41;
bool EnabledByDefault
Remarks
Whether UDP messaging is enabled by default. If false -messaging will need to be added to the commandline when running non-editor builds.
(Note - in Shipping builds ALLOW_UDP_MESSAGING_SHIPPING=1 must also be defined in TargetRules for messaging to be available with or without this setting)