IMagicLeapARPinFeature::GetARPinState

Returns the state of the requested Pin.

Windows
MacOS
Linux

References

Module

MagicLeapARPin

Header

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

Include

#include "IMagicLeapARPinFeature.h"

Syntax

EMagicLeapPassableWorldError GetARPinState
(
    const FGuid & PinID,
    FMagicLeapARPinState & State
)

Remarks

Returns the state of the requested Pin.

Returns

Error code representing specific success or failure cases.

Parameters

Parameter

Description

PinID

ID of the Pin to get the state for.

State

Output state of the Pin. Valid only if return value is true.

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