Navigation
API > API/Editor > API/Editor/VREditor > API/Editor/VREditor/UVREditorModeBase
References
| Module | VREditor |
| Header | /Engine/Source/Editor/VREditor/Public/VREditorModeBase.h |
| Include | #include "VREditorModeBase.h" |
Syntax
struct FBaseSavedEditorState
Remarks
Saved information about the editor and viewport we possessed, so we can restore it after exiting VR mode
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAlwaysShowModeWidgetAfterSelectionChanges | ||
| bool | bCinematicControlViewport | ||
| bool | bLockedPitch | ||
| bool | bOnScreenMessages | ||
| bool | bRealTime | ||
| float | NearClipPlane | ||
| FEngineShowFlags | ShowFlags | ||
| EHMDTrackingOrigin::Type | TrackingOrigin | ||
| FVector | ViewLocation | ||
| ELevelViewportType | ViewportType | ||
| FRotator | ViewRotation | ||
| float | WorldToMetersScale |