Init

class uetools.commands.init.Arguments[source]

Arguments(engine: Optional[str] = None, project: Optional[str] = None, version: Optional[str] = None)

engine: str | None = None
project: str | None = None
version: str | None = None
class uetools.commands.init.Init[source]

Initialize the configuration file with unreal engine folders

engine

Path to the unreal engine folder (C:/opt/UnrealEngine/Engine)

Type:

str

project

Path to the unreal project folder (C:/Projects)

Type:

str

version

Engine version

Type:

str

Examples

uecli init --engine C:/opt/UnrealEngine/Engine --projects C:/opt/Projects
name: str = 'init'
static arguments(subparsers)[source]

Define the arguments of this command

static execute(args)[source]

Initialize the engine and projects folders