Finalize

class uetools.commands.plugin.finalize.FinalizePlugin[source]

Finalize Plugin for redistribution

  • Set the engine version inside the <plugin>.uplugin

  • Set installed to false inside <plugin>.uplugin

  • Check MarketplaceURL

  • Set VersionName

  • Copy some Config folder

name: str = 'finalize'
class Arguments[source]

Arguments(output: str, plugin: str = ‘None’, marketplace: bool = False)

output: str
plugin: str = 'None'
marketplace: bool = False
static execute(args)[source]

Execute the command

static remove_temp_folders(output_folder)[source]
uetools.commands.plugin.finalize.COMMANDS

alias of FinalizePlugin