Class VREditorTeleporter
VR Editor teleport manager and the visual representation of the teleport
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 VREditorTeleporter : Actor
Properties
| Improve this Doc View SourceDefaultObject
Get UE4 Default Object for this Class
Declaration
public static VREditorTeleporter DefaultObject { get; }
Property Value
Type | Description |
---|---|
VREditorTeleporter |
HMDMeshComponent
Visuals for teleport HMD
Declaration
public StaticMeshComponent HMDMeshComponent { get; set; }
Property Value
Type | Description |
---|---|
StaticMeshComponent |
InteractorTryingTeleport
The interactor that started aiming to teleport
Declaration
public ViewportInteractor InteractorTryingTeleport { get; set; }
Property Value
Type | Description |
---|---|
ViewportInteractor |
LeftMotionControllerMeshComponent
Visuals for teleport left motion controller
Declaration
public StaticMeshComponent LeftMotionControllerMeshComponent { get; set; }
Property Value
Type | Description |
---|---|
StaticMeshComponent |
RightMotionControllerMeshComponent
Visuals for teleport right motion controller
Declaration
public StaticMeshComponent RightMotionControllerMeshComponent { get; set; }
Property Value
Type | Description |
---|---|
StaticMeshComponent |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
TeleportDirectionMeshComponent
Visuals for the feet location of the teleporter with the same direction of the HMD yaw
Declaration
public StaticMeshComponent TeleportDirectionMeshComponent { get; set; }
Property Value
Type | Description |
---|---|
StaticMeshComponent |
TeleportMID
Dynamic material for teleport visuals
Declaration
public MaterialInstanceDynamic TeleportMID { get; set; }
Property Value
Type | Description |
---|---|
MaterialInstanceDynamic |
VRMode
The owning VR mode
Declaration
public VREditorMode VRMode { get; set; }
Property Value
Type | Description |
---|---|
VREditorMode |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static VREditorTeleporter New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
VREditorTeleporter |
Operators
| Improve this Doc View SourceImplicit(IntPtr to VREditorTeleporter)
Convert from IntPtr to UObject
Declaration
public static implicit operator VREditorTeleporter(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
VREditorTeleporter |