| AllowedExitCodes |
TArray< int32 > |
When evaluating process exit code, treat these list as a success (defaults to 0) |
Logic/Validators/ValidatorDefinition.h |
|
| bAllowProcessConcurrency |
bool |
|
Logic/Validators/ValidatorDefinition.h |
|
| bLaunchHidden |
bool |
|
Logic/Validators/ValidatorDefinition.h |
|
| bLaunchReallyHidden |
bool |
|
Logic/Validators/ValidatorDefinition.h |
|
| bOnlyLookAtExitCode |
bool |
Only evaluate validator success using exit code of a process, ignore any output parsing |
Logic/Validators/ValidatorDefinition.h |
|
| BuiltRegexError |
TSharedPtr< FRegexPattern > |
|
Logic/Validators/ValidatorDefinition.h |
|
| BuiltRegexWarning |
TSharedPtr< FRegexPattern > |
|
Logic/Validators/ValidatorDefinition.h |
|
| bUseLatestExecutable |
bool |
When using ExecutableCandidates, default select the newest one |
Logic/Validators/ValidatorDefinition.h |
|
| bValidateExecutableExists |
bool |
|
Logic/Validators/ValidatorDefinition.h |
|
| DisableOutputErrorsAnchor |
FString |
If present, when parsing process output, from this message on, ignore the output |
Logic/Validators/ValidatorDefinition.h |
|
| DisableWarningsAsErrorsAnchor |
FString |
If present, when parsing process output, from this message on, turn off warnings as errors |
Logic/Validators/ValidatorDefinition.h |
|
| EnableOutputErrorsAnchor |
FString |
If Present, when parsing process output, from this message on, parse the output |
Logic/Validators/ValidatorDefinition.h |
|
| EnableWarningsAsErrorsAnchor |
FString |
If Present, when parsing process output, from this message on, turn on warnings as errors |
Logic/Validators/ValidatorDefinition.h |
|
| ErrorMessages |
TArray< FString > |
When parsing process output, treat these messages as errors |
Logic/Validators/ValidatorDefinition.h |
|
| ExecutableArguments |
FString |
Arguments to pass to the Executable |
Logic/Validators/ValidatorDefinition.h |
|
| ExecutableCandidates |
TMap< FString, FString > |
Possible Executable paths for this validator to use (user selects) |
Logic/Validators/ValidatorDefinition.h |
|
| ExecutablePath |
FString |
Path to the executable that this validator runs |
Logic/Validators/ValidatorDefinition.h |
|
| FileInCLArgument |
FString |
|
Logic/Validators/ValidatorDefinition.h |
|
| FileListArgument |
FString |
If specified, list of files will written into a text file and appended to this i.e: a value of "Filelist=" will be processed to be "Filelist=Path/To/Intermediate/SubmitTool/FileLists/GUID.txt" |
Logic/Validators/ValidatorDefinition.h |
|
| FromEditorOnlyArguments |
FString |
These arguments are only added when running submit tool from the editor |
Logic/Validators/ValidatorDefinition.h |
|
| IgnoredErrorMessages |
TArray< FString > |
When parsing process output, ignore these error messages |
Logic/Validators/ValidatorDefinition.h |
|
| LogLockdownTriggers |
TArray< FRegexLockdownTrigger > |
|
Logic/Validators/ValidatorDefinition.h |
|
| NonZeroExitCodeErrorMessages |
TArray< FString > |
Additional messages to print when the exitcode is not in the allowed exit codes |
Logic/Validators/ValidatorDefinition.h |
|
| RegexErrorParsing |
FString |
Regex for identifying errors from the output of a process |
Logic/Validators/ValidatorDefinition.h |
|
| RegexWarningParsing |
FString |
Regex for identifying warnings from the output of a process |
Logic/Validators/ValidatorDefinition.h |
|