Class SteamVRFunctionLibrary
SteamVR Extensions Function Library
Inheritance
System.Object
SteamVRFunctionLibrary
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)
Assembly: UE4DotNet.dll
Syntax
public class SteamVRFunctionLibrary : BlueprintFunctionLibrary
Properties
|
Improve this Doc
View Source
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static SteamVRFunctionLibrary DefaultObject { get; }
Property Value
|
Improve this Doc
View Source
StaticClass
Declaration
public static Class StaticClass { get; }
Property Value
Methods
|
Improve this Doc
View Source
Given a controller index and a hand, returns the position and orientation of the controller
@
Declaration
public static (Vector, Rotator, bool) GetHandPositionAndOrientation(int ControllerIndex, EControllerHand Hand)
Parameters
Returns
Type |
Description |
System.ValueTuple<Vector, Rotator, System.Boolean> |
|
|
Improve this Doc
View Source
GetTrackedDevicePositionAndOrientation(Int32)
Gets the orientation and position (in device space) of the device with the specified ID
@
Declaration
public static (Vector, Rotator, bool) GetTrackedDevicePositionAndOrientation(int DeviceId)
Parameters
Type |
Name |
Description |
System.Int32 |
DeviceId |
|
Returns
Type |
Description |
System.ValueTuple<Vector, Rotator, System.Boolean> |
|
Remarks
|
Improve this Doc
View Source
GetValidTrackedDeviceIds(ESteamVRTrackedDeviceType)
Returns an array of the currently tracked device IDs
@
Declaration
public static IReadOnlyCollection<int> GetValidTrackedDeviceIds(ESteamVRTrackedDeviceType DeviceType)
Parameters
Returns
Type |
Description |
System.Collections.Generic.IReadOnlyCollection<System.Int32> |
|
|
Improve this Doc
View Source
New(UObject, Name)
Spawn an object of this class
Declaration
public static SteamVRFunctionLibrary New(UObject obj = null, Name name = default(Name))
Parameters
Returns
Operators
|
Improve this Doc
View Source
Implicit(IntPtr to SteamVRFunctionLibrary)
Convert from IntPtr to UObject
Declaration
public static implicit operator SteamVRFunctionLibrary(IntPtr p)
Parameters
Type |
Name |
Description |
System.IntPtr |
p |
|
Returns