IMagicLeapTrackerEntity

The public interface for MagicLeapHMD to control the order of tracker creation, desctruction, provide late update etc.

Windows
MacOS
Linux

References

Module

MagicLeap

Header

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

Include

#include "IMagicLeapTrackerEntity.h"

Syntax

class IMagicLeapTrackerEntity

Remarks

The public interface for MagicLeapHMD to control the order of tracker creation, desctruction, provide late update etc.

Perception related trackers should only be created after a successful call to MLPerceptionStartup() and be destroyed before a call to MLPerceptionShutdown(). This interface will ensure that.

Entities must register with the IMagicLeapPlugin using it's RegisterMagicLeapTrackerEntity() function.

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