IMagicLeapARPinFeature::QueryARPins

Returns filtered set of Pins based on the informed parameters.

Windows
MacOS
Linux

References

Module

MagicLeapARPin

Header

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

Include

#include "IMagicLeapARPinFeature.h"

Syntax

virtual EMagicLeapPassableWorldError QueryARPins
(
    const FMagicLeapARPinQuery & Query,
    TArray< FGuid > & Pins
)

Remarks

Returns filtered set of Pins based on the informed parameters.

Returns

Error code representing specific success or failure cases.

Parameters

Parameter

Description

Query

Search parameters

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