IMagicLeapPlugin::RegisterMagicLeapTrackerEntity

Register an [IMagicLeapTrackerEntity](API\Plugins\MagicLeap\IMagicLeapTrackerEntity) with the HMD to receive callbacks for tracker creation, desctruction and late update.

Windows
MacOS
Linux

References

Module

MagicLeap

Header

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

Include

#include "IMagicLeapPlugin.h"

Syntax

void RegisterMagicLeapTrackerEntity
(
    IMagicLeapTrackerEntity * TrackerEntity
)

Remarks

Register an IMagicLeapTrackerEntity with the HMD to 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