CavrnusConnectorSettings.h
This file defines the UCavrnusConnectorSettings
class, which stores the configuration settings for the plugin.
FUNCTIONS
UCavrnusConnectorSettings(const FObjectInitializer& obj) : Default Constructor
PostInitProperties() - Initialization
GetRelayNetOptionalParameters() - Generates the string containing the verbose parameter list for CavrnusRelayNet
PostEditChangeProperty(FPropertyChangedEvent& PropertyChangedEvent) - Called when an edit is made to the settings (Available only in the editor)
VARIABLES
AutoStartConnector - Boolean to specify whether to automatically try and launch CavrnusRelayNet and connect to it.
RelayNetPort - Port ID that the relay will use when launching the relay net .exe
RelayNetIPAddress - IP address (as a string) that the relay will use when launching the relay net .exe
RelayNetExecutableRelativeLocation - Relative location of the RelayNet .exe from the project root dir
RelayNetSilent - Prevents the console window from being visible to users
RelayNetVerboseLogging - Toggle Verbose logging in the CavrnusRelayNet process
RelayNetLogOutputToFile - Toggle logging the CavrnusRelayNet process to a saved file.