Skip to content

schola.core.unreal_connections

Classes for connecting to Unreal Engine instances. Either by creating new ones or connecting to an already running one.

Classes

StandaloneUnrealConnection(url, …[, port, …])A standalone connection that launches an Unreal Engine instance when started.
UnrealConnection(url, port)Abstract Base Class for a gRPC based connection to Unreal Engine.
UnrealEditorConnection(url, port)A connection to a running Unreal Editor instance.