IMagicLeapPlanesModule

The public interface to this module.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IMagicLeapPlanesModule

References

Module

MagicLeapPlanes

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapPlanes/Source/Public/IMagicLeapPlanesModule.h

Include

#include "IMagicLeapPlanesModule.h"

Syntax

class IMagicLeapPlanesModule : 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

FGuid

 

AddQuery

(
    EMagicLeapPlaneQueryType QueryType
)

Adds a new plane query.

Public function

bool

 

CreateTracker()

Create a planes tracker.

Public function

bool

 

DestroyTracker()

Destroy a planes tracker.

Public function Static

IMagicLeapPl...

 

Get()

Singleton-like access to this module's interface.

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Public function Const

bool

 

IsTrackerValid()

Is a planes tracker already created.

Public function

bool

 

PersistentQueryBeginAsync

(
    const FMagicLeapPlanesQuery& Query...,
    const FGuid& QueryHandle,
    const FMagicLeapPersistentPlanesRes...
)

Initiates a persistent plane query with a static delegate.

Public function

bool

 

PersistentQueryBeginAsync

(
    const FMagicLeapPlanesQuery& Query...,
    const FGuid& QueryHandle,
    const FMagicLeapPersistentPlanesRes...
)

Initiates a persistent plane query with a dynamic delegate.

Public function

bool

 

QueryBeginAsync

(
    const FMagicLeapPlanesQuery& Query...,
    const FMagicLeapPlanesResultStaticD...
)

Initiates a plane query with a static delegate.

Public function

bool

 

QueryBeginAsync

(
    const FMagicLeapPlanesQuery& Query...,
    const FMagicLeapPlanesResultDelegat...
)

Initiates a plane query with a dynamic delegate.

Public function

bool

 

RemoveQuery

(
    FGuid Handle
)

Removes a plane query.

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