Skip to content

UnrealEditorSimulatorArgs

Full path: schola.scripts.common.UnrealEditorSimulatorArgs

schola.scripts.common.UnrealEditorSimulatorArgs

UnrealEditorSimulatorArgs

UnrealEditorSimulatorArgs

Bases: object

Arguments for connecting to an existing Unreal Editor instance.

This dataclass is used when you want to connect to a manually-launched Unreal Editor session rather than starting a standalone executable.

Methods

ItemDescription
init
makeCreate an UnrealEditor simulator instance.

init

__init__()

Returns

None


make

make()

Create an UnrealEditor simulator instance.

Returns

A configured UnrealEditor simulator instance.

Return type: UnrealEditor