copy-ue4-plugin.py

Patch and get back sources

usage: copy-ue4-plugin.py [-h] [--loglevel {DEBUG,INFO,WARNING,ERROR}]
                          {checkin,checkout} ...

Positional Arguments

command Possible choices: checkin, checkout

Named Arguments

--loglevel

Possible choices: DEBUG, INFO, WARNING, ERROR

Set the script log level

Sub-commands:

checkin

Checkin files back into SDK directory (mostly used internally)

copy-ue4-plugin.py checkin [-h] [-n] destination

Positional Arguments

destination Set the root of the game to checkout or checkin. This must be the game directory, not the engine directory.

Named Arguments

-n, --dry-run

Performs a dry run, only listing what would be copied

Default: False

checkout

Checkout files into game directory

copy-ue4-plugin.py checkout [-h] [-n] destination

Positional Arguments

destination Set the root of the game to checkout or checkin. This must be the game directory, not the engine directory.

Named Arguments

-n, --dry-run

Performs a dry run, only listing what would be copied

Default: False