Skip to content

schola.scripts.common.add_unreal_process_args

schola.scripts.common.add_unreal_process_args(parser) : Add Unreal Engine process arguments to the parser.

Parameters: : parser (argparse.ArgumentParser) – The parser to which the arguments will be added.

Returns: : The Unreal Engine process group that was added to the parser. Can be used to add more arguments.

Return type: : argparse._ArgumentGroup