unreal.SwitchboardEditorSettings

class unreal.SwitchboardEditorSettings(outer=None, name='None')

Bases: unreal.Object

Switchboard Editor Settings

C++ Source:

  • Plugin: Switchboard

  • Module: SwitchboardEditor

  • File: SwitchboardEditorSettings.h

Editor Properties: (see get_editor_property/set_editor_property)

  • listener_commandline_arguments (str): [Read-Write] Listener Commandline Arguments: Arguments that should be passed to the Switchboard Listener.

  • virtual_environment_path (DirectoryPath): [Read-Write] Virtual Environment Path: Path to Switchboard’s Python virtual environment, where third-party dependencies are installed.

classmethod get_switchboard_editor_settings() SwitchboardEditorSettings

Get Editor Settings object for Switchboard

Return type

SwitchboardEditorSettings