schola.core.unreal_connections.UnrealEditorConnection
- class schola.core.unreal_connections.UnrealEditorConnection(url, port)[source]
-
Bases:
UnrealConnection
A connection to a running Unreal Editor instance.
- Parameters:
- Raises:
-
AssertionError – If the port is not supplied
Methods
__init__
(url, port)close
()Close the Unreal Connection.
connect_stubs
(*stubs)Connects the gRPC stubs to the Unreal Engine channel
get_open_port
(url)Get an open port on the given URL
start
()Open the Connection to Unreal Engine.
Attributes
address
Returns the address of the connection
is_active
Returns whether the connection is active or not