IMagicLeapImageTrackerModule

The public interface to this module.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IMagicLeapImageTrackerModule

References

Module

MagicLeapImageTracker

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapImageTracker/Public/IMagicLeapImageTrackerModule.h

Include

#include "IMagicLeapImageTrackerModule.h"

Syntax

class IMagicLeapImageTrackerModule : public IModuleInterface

Remarks

The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.

Functions

Name Description

Public function

void

 

DestroyTracker()

Public function Static

IMagicLeapIm...

 

Get()

Singleton-like access to this module's interface.

Public function Const

bool

 

GetImageTrackerEnabled()

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Public function Const

bool

 

IsTracked

(
    const FString& TargetName
)

Public function

void

 

SetImageTrackerEnabled

(
    bool bEnabled
)

Public function

void

 

SetTargetAsync

(
    const FMagicLeapImageTrackerTarget ...
)

Public function

bool

 

TryGetRelativeTransform

(
    const FString& TargetName,
    FVector& OutLocation,
    FRotator& OutRotation
)

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