Class MagicLeapARPinFunctionLibrary
Direct API interface for the Magic Leap Persistent AR Pin tracker system.
Inheritance
System.Object
MagicLeapARPinFunctionLibrary
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 MagicLeapARPinFunctionLibrary : BlueprintFunctionLibrary
Properties
|
Improve this Doc
View Source
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static MagicLeapARPinFunctionLibrary DefaultObject { get; }
Property Value
|
Improve this Doc
View Source
StaticClass
Declaration
public static Class StaticClass { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetARPinPositionAndOrientation(FGuid)
Declaration
public static (Vector, Rotator, bool, bool) GetARPinPositionAndOrientation(FGuid PinID)
Parameters
Type |
Name |
Description |
FGuid |
PinID |
|
Returns
Type |
Description |
System.ValueTuple<Vector, Rotator, System.Boolean, System.Boolean> |
|
|
Improve this Doc
View Source
GetAvailableARPins(Int32)
Returns all the AR Pins currently available.
Declaration
public static (IReadOnlyCollection<FGuid>, EPassableWorldError) GetAvailableARPins(int NumRequested)
Parameters
Type |
Name |
Description |
System.Int32 |
NumRequested |
|
Returns
|
Improve this Doc
View Source
GetClosestARPin(Vector)
Returns the Pin closest to the target point passed in.
Declaration
public static (FGuid, EPassableWorldError) GetClosestARPin(Vector SearchPoint)
Parameters
Type |
Name |
Description |
Vector |
SearchPoint |
|
Returns
|
Improve this Doc
View Source
GetNumAvailableARPins()
Returns the count of currently available AR Pins.
Declaration
public static (int, EPassableWorldError) GetNumAvailableARPins()
Returns
|
Improve this Doc
View Source
New(UObject, Name)
Spawn an object of this class
Declaration
public static MagicLeapARPinFunctionLibrary New(UObject obj = null, Name name = default(Name))
Parameters
Returns
Operators
|
Improve this Doc
View Source
Implicit(IntPtr to MagicLeapARPinFunctionLibrary)
Convert from IntPtr to UObject
Declaration
public static implicit operator MagicLeapARPinFunctionLibrary(IntPtr p)
Parameters
Type |
Name |
Description |
System.IntPtr |
p |
|
Returns