unreal.SwitchboardEditorSettings¶
- class unreal.SwitchboardEditorSettings(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
ObjectSwitchboard 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] Arguments that should be passed to the Switchboard Listener.virtual_environment_path(DirectoryPath): [Read-Write] 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: