unreal.VPScoutingSubsystem

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

Bases: EditorSubsystem

VPScouting Subsystem

C++ Source:

  • Plugin: VirtualProductionUtilities

  • Module: VPUtilitiesEditor

  • File: VPScoutingSubsystem.h

Editor Properties: (see get_editor_property/set_editor_property)

  • gesture_manager (VPScoutingSubsystemGestureManagerBase): [Read-Write] deprecated: This property is deprecated

  • grip_nav_speed_coeff (float): [Read-Write] deprecated: This property is deprecated

  • is_settings_menu_open (bool): [Read-Write] deprecated: This property is deprecated

  • vp_subsystem_helpers (VPScoutingSubsystemHelpersBase): [Read-Write] deprecated: This property is deprecated

classmethod enter_vr_mode() bool

Enter VRMode deprecated: This function will be removed from UE5.7

Return type:

bool

classmethod exit_vr_mode() None

Exit VRMode deprecated: This function will be removed from UE5.7

property gesture_manager: VPScoutingSubsystemGestureManagerBase

[Read-Only] deprecated: This property is deprecated

Type:

(VPScoutingSubsystemGestureManagerBase)

classmethod get_active_editor_vr_controllers() Array[VREditorInteractor]

Get Active Editor VRControllers deprecated: This function will be removed from UE5.7

Return type:

Array[VREditorInteractor]

classmethod get_director_name() str

Get Director Name deprecated: This function will be removed from UE5.7

Return type:

str

classmethod get_flight_speed() float

Get Flight Speed deprecated: This function will be removed from UE5.7

Return type:

float

classmethod get_grip_nav_speed() float

Get Grip Nav Speed deprecated: This function will be removed from UE5.7

Return type:

float

get_panel_actor(panel_id) VREditorFloatingUI

Get Panel Actor deprecated: This function will be removed from UE5.7

Parameters:

panel_id (Name)

Return type:

VREditorFloatingUI

get_panel_widget(panel_id) UserWidget

Get Panel Widget deprecated: This function will be removed from UE5.7

Parameters:

panel_id (Name)

Return type:

UserWidget

classmethod get_show_name() str

Get Show Name deprecated: This function will be removed from UE5.7

Return type:

str

classmethod get_v_prod_panel_id(panel) Name

Get VProd Panel ID deprecated: This function will be removed from UE5.7

Parameters:

panel (VProdPanelIDs)

Return type:

Name

classmethod get_vr_editor_mode() VREditorMode

Get VREditor Mode deprecated: This function will be removed from UE5.7

Return type:

VREditorMode

property grip_nav_speed_coeff: float

[Read-Write] deprecated: This property is deprecated

Type:

(float)

hide_info_display_panel() None

Hide Info Display Panel deprecated: This function will be removed from UE5.7

classmethod is_helper_system_enabled() bool

Is Helper System Enabled deprecated: This function will be removed from UE5.7

Return type:

bool

classmethod is_location_grid_snapping_enabled() bool

Is Location Grid Snapping Enabled deprecated: This function will be removed from UE5.7

Return type:

bool

classmethod is_rotation_grid_snapping_enabled() bool

Is Rotation Grid Snapping Enabled deprecated: This function will be removed from UE5.7

Return type:

bool

property is_settings_menu_open: bool

[Read-Write] deprecated: This property is deprecated

Type:

(bool)

classmethod is_using_inertia_damping() bool

Is Using Inertia Damping deprecated: This function will be removed from UE5.7

Return type:

bool

classmethod is_using_metric_system() bool

Is Using Metric System deprecated: This function will be removed from UE5.7

Return type:

bool

classmethod is_using_transform_gizmo() bool

Is Using Transform Gizmo deprecated: This function will be removed from UE5.7

Return type:

bool

is_vr_scouting_ui_open(panel_id) bool

Is VRScouting UIOpen deprecated: This function will be removed from UE5.7

Parameters:

panel_id (Name)

Return type:

bool

classmethod set_flight_speed(flight_speed) None

Set Flight Speed deprecated: This function will be removed from UE5.7

Parameters:

flight_speed (float)

classmethod set_grip_nav_speed(grip_nav_speed) None

Set Grip Nav Speed deprecated: This function will be removed from UE5.7

Parameters:

grip_nav_speed (float)

classmethod set_inertia_damping_c_var(inertia_damping) None

Set Inertia Damping CVar deprecated: This function will be removed from UE5.7

Parameters:

inertia_damping (float)

classmethod set_is_helper_system_enabled(is_helper_system_enabled) None

Set Is Helper System Enabled deprecated: This function will be removed from UE5.7

Parameters:

is_helper_system_enabled (bool)

classmethod set_is_using_inertia_damping(is_using_inertia_damping) None

Set Is Using Inertia Damping deprecated: This function will be removed from UE5.7

Parameters:

is_using_inertia_damping (bool)

classmethod set_is_using_metric_system(use_metric_system) None

Set Is Using Metric System deprecated: This function will be removed from UE5.7

Parameters:

use_metric_system (bool)

classmethod set_is_using_transform_gizmo(is_using_transform_gizmo) None

Set Is Using Transform Gizmo deprecated: This function will be removed from UE5.7

Parameters:

is_using_transform_gizmo (bool)

classmethod set_show_transform_gizmo_c_var(show_transform_gizmo_c_var) None

Set Show Transform Gizmo CVar deprecated: This function will be removed from UE5.7

Parameters:

show_transform_gizmo_c_var (bool)

classmethod toggle_location_grid_snapping() None

Toggle Location Grid Snapping deprecated: This function will be removed from UE5.7

classmethod toggle_rotation_grid_snapping() None

Toggle Rotation Grid Snapping deprecated: This function will be removed from UE5.7

toggle_vr_scouting_ui(creation_context) VREditorFloatingUICreationContext

Toggle VRScouting UI deprecated: This function will be removed from UE5.7

Parameters:

creation_context (VREditorFloatingUICreationContext)

Returns:

creation_context (VREditorFloatingUICreationContext):

Return type:

VREditorFloatingUICreationContext

property vp_subsystem_helpers: VPScoutingSubsystemHelpersBase

[Read-Only] deprecated: This property is deprecated

Type:

(VPScoutingSubsystemHelpersBase)