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 Const

FGuid

 

GetTargetHandle

(
    const FString& TargetName
)

Public function Const

void

 

GetTargetState

(
    const FString& TargetName,
    bool bProvideTransformInTrackingSpa...,
    FMagicLeapImageTargetState& Target...
)

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Public function

bool

 

RemoveTargetAsync

(
    const FString& TargetName
)

Public function

void

 

SetImageTrackerEnabled

(
    bool bEnabled
)

Public function

void

 

SetTargetAsync

Public function

void

 

SetTargetAsync

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