IMagicLeapARPinFeature::SetGlobalQueryFilter

Set the filter used to query ARPins at the specified frequency (see [UMagicLeapARPinSettings](API\Plugins\MagicLeapARPin\UMagicLeapARPinSettings)).

Windows
MacOS
Linux

References

Module

MagicLeapARPin

Header

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

Include

#include "IMagicLeapARPinFeature.h"

Syntax

virtual void SetGlobalQueryFilter
(
    const FMagicLeapARPinQuery & InGlobalFilter
)

Remarks

Set the filter used to query ARPins at the specified frequency (see UMagicLeapARPinSettings). This will alter the results reported via the OnMagicLeapARPinUpdated delegates only and not the ones by GetClosestARPin() and QueryARPins(). By default the filter includes all available Pin in an unbounded distance. If an ARPin's type changes to one that is not in the specified filter, or it falls outside the specified search volume, it will be marked as a "deleted" Pin even if it is still present in the environment.

Parameters

Parameter

Description

InGlobalFilter

Filter to use when querying pins for updates.

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