Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon > API/Plugins/RemoteControlCommon/URemoteControlSettings
Syntax
UPROPERTY&40;Config, EditAnywhere, Category&61;"Remote Control Web Server",
DisplayName&61;"Remote Control Websocket Bind Address"&41;
FString RemoteControlWebsocketServerBindAddress
Remarks
The address to bind the websocket server to. 0.0.0.0 will open the connection to everyone on your network, while 127.0.0.1 will only allow local requests to come through.