Struct FSB3SACSettings
- struct FSB3SACSettings : public FTrainingSettings
-
A struct to hold SAC settings for an SB3 training script.
Note
This is a partial implementation of the SAC settings, and is not exhaustive
Public Functions
- virtual void GenerateTrainingArgs(int Port, FScriptArgBuilder &ArgBuilder) const
-
Generate the training arguments for the script using the ArgBuilder.
Note
port is supplied as it is a common argument to pass to scripts, and is set at a high level but might be needed by specific subsettings
- Parameters:
-
-
Port – [in] The port to use for the script
-
ArgBuilder – [in] The builder to use to generate the arguments
-