Eliot's Forum

Full Version: The commandline arguments
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As most software, UE Explorer does also accept commandline arguments:

Arguments:
  • file_path (Optional)
  • -console : Launches UE Explorer as a console window displaying its live-log.
    • -silent : The console window will automatically close when the task completes.
    • -export=classes or scripts : Exports all classes or scripts from the specified package.
  • -newwindow : Open the file in a new UE Explorer window.

An Example:

"C:\Program Files (x86)\UE Explorer\UE Explorer.exe" "C:\UT2004\System\Core.u" -console -export=classes