IMagicLeapARPinFeature::GetAvailableARPins

Returns all the AR Pins currently available.

Windows
MacOS
Linux

References

Module

MagicLeapARPin

Header

/Engine/Plugins/Lumin/MagicLeapPassableWorld/Source/MagicLeapARPin/Public/IMagicLeapARPinFeature.h

Include

#include "IMagicLeapARPinFeature.h"

Syntax

EMagicLeapPassableWorldError GetAvailableARPins
(
    int32 NumRequested,
    TArray< FGuid > & Pins
)

Remarks

Returns all the AR Pins currently available.

Returns

Error code representing specific success or failure cases.

Parameters

Parameter

Description

NumRequested

Max number of AR Pins to query. Pass in a negative integer to get all available Pins.

Pins

Output array containing IDs of the found Pins. Valid only if return value is EMagicLeapPassableWorldError::None.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss