Class VREditorMode
VR Editor Mode. Extends editor viewports with functionality for VR controls and object manipulation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.VREditor
Assembly: UE4DotNet.dll
Syntax
public class VREditorMode : EditorWorldExtension
Properties
| Improve this Doc View SourceAssetContainer
Container of assets
Declaration
public VREditorAssetContainer AssetContainer { get; set; }
Property Value
Type | Description |
---|---|
VREditorAssetContainer |
AutoScalerSystem
Automatic scale system
Declaration
public VREditorAutoScaler AutoScalerSystem { get; set; }
Property Value
Type | Description |
---|---|
VREditorAutoScaler |
AvatarActor
Actor with components to represent the VR avatar in the world, including motion controller meshes
Declaration
public VREditorAvatarActor AvatarActor { get; set; }
Property Value
Type | Description |
---|---|
VREditorAvatarActor |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static VREditorMode DefaultObject { get; }
Property Value
Type | Description |
---|---|
VREditorMode |
LeftHandInteractor
The right motion controller
Declaration
public VREditorMotionControllerInteractor LeftHandInteractor { get; set; }
Property Value
Type | Description |
---|---|
VREditorMotionControllerInteractor |
PlacementSystem
Placement System
Declaration
public VREditorPlacement PlacementSystem { get; set; }
Property Value
Type | Description |
---|---|
VREditorPlacement |
RightHandInteractor
The right motion controller
Declaration
public VREditorMotionControllerInteractor RightHandInteractor { get; set; }
Property Value
Type | Description |
---|---|
VREditorMotionControllerInteractor |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
TeleportActor
Teleporter system
Declaration
public VREditorTeleporter TeleportActor { get; set; }
Property Value
Type | Description |
---|---|
VREditorTeleporter |
UISystem
VR UI system
Declaration
public VREditorUISystem UISystem { get; set; }
Property Value
Type | Description |
---|---|
VREditorUISystem |
WorldInteraction
World interaction manager
Declaration
public ViewportWorldInteraction WorldInteraction { get; set; }
Property Value
Type | Description |
---|---|
ViewportWorldInteraction |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static VREditorMode New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
VREditorMode |
Operators
| Improve this Doc View SourceImplicit(IntPtr to VREditorMode)
Convert from IntPtr to UObject
Declaration
public static implicit operator VREditorMode(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
VREditorMode |