IMagicLeapARPinFeature::GetNumAvailableARPins

Returns the count of currently available AR Pins.

Windows
MacOS
Linux

References

Module

MagicLeapARPin

Header

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

Include

#include "IMagicLeapARPinFeature.h"

Syntax

EMagicLeapPassableWorldError GetNumAvailableARPins
(
    int32 & Count
)

Remarks

Returns the count of currently available AR Pins.

Returns

Error code representing specific success or failure cases.

Parameters

Parameter

Description

Count

Output param for number of currently available AR 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