IMagicLeapPlugin::UnregisterMagicLeapTrackerEntity

Unregister an [IMagicLeapTrackerEntity](API\Plugins\MagicLeap\IMagicLeapTrackerEntity) with the HMD.

Windows
MacOS
Linux

References

Module

MagicLeap

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeap/Public/IMagicLeapPlugin.h

Include

#include "IMagicLeapPlugin.h"

Syntax

void UnregisterMagicLeapTrackerEntity
(
    IMagicLeapTrackerEntity * TrackerEntity
)

Remarks

Unregister an IMagicLeapTrackerEntity with the HMD. Object will no longer receive callbacks for tracker creation, desctruction and late update.

Parameters

Parameter

Description

TrackerEntity

Pointer to the object that implements the IMagicLeapTrackerEntity interface.

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