Navigation
API > API/Plugins > API/Plugins/VPUtilitiesEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVPUtilitiesEditorSettings
References
| Module | VPUtilitiesEditor |
| Header | /Engine/Plugins/Experimental/VirtualProductionUtilities/Source/VPUtilitiesEditor/Public/VPUtilitiesEditorSettings.h |
| Include | #include "VPUtilitiesEditorSettings.h" |
Syntax
UCLASS&40;Config&61;VirtualProductionUtilities&41;
class UVPUtilitiesEditorSettings : public UObject
Remarks
Virtual Production utilities settings for editor
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FSoftClassPath > | AdditionnalClassToLoad | GestureManager class to use by the ScoutingSubsystem | |
| bool | bIsHelperSystemEnabled | Whether the helper system on the controllers is enabled | |
| bool | bStartOSCServerAtLaunch | When enabled, an OSC server will automatically start on launch. | |
| bool | bUseGripInertiaDamping | If true, the user will use inertia damping to stop after grip nav. | |
| bool | bUseMetric | Whether to use the metric system or imperial for measurements | |
| bool | bUseTransformGizmo | Whether to enable or disable the transform gizmo | |
| float | FlightSpeed | Speed when flying in VR | |
| FSoftClassPath | GestureManagerEditorUtilityClassPath | GestureManager class to use by the ScoutingSubsystem | |
| float | GripNavSpeed | Speed when using grip nav in VR | |
| float | InertiaDamping | Damping applied to inertia | |
| FString | OSCServerAddress | The OSC server's address. | |
| uint16 | OSCServerPort | The OSC server's port. | |
| FSoftClassPath | ScoutingSubsystemEditorUtilityClassPath | ScoutingSubsystem class to use for Blueprint helpers | |
| TArray< FSoftObjectPath > | StartupOSCListeners | What EditorUtilityObject should be ran on editor launch. | |
| TSoftClassPtr< UEditorUtilityWidget > | VirtualScoutingUI | The default user interface that we'll use for virtual scouting | |
| FSoftObjectPath | VPSplinePreviewMeshPath |
Constructors
| Type | Name | Description | |
|---|---|---|---|