unreal.StageAppFunctionLibrary

class unreal.StageAppFunctionLibrary(outer: Object | None = None, name: Name | str = 'None')

Bases: BlueprintFunctionLibrary

Generally useful Blueprint/remote functions for Epic Stage App integration.

C++ Source:

  • Plugin: EpicStageApp

  • Module: EpicStageApp

  • File: StageAppLibrary.h

classmethod get_api_version() str

Get the current semantic version for the stage app API as a formatted string.

Return type:

str

classmethod get_remote_control_web_interface_port() int32

Get the port number used to access the remote control web interface for this engine instance.

Return type:

int32