UMagicLeapLocationFunctionLibrary

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MagicLeapLocation

Header

/Engine/Plugins/Lumin/MagicLeapLocation/Source/MagicLeapLocation/Public/MagicLeapLocationFunctionLibrary.h

Include

#include "MagicLeapLocationFunctionLibrary.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(ClassGroup=MagicLeap)
class UMagicLeapLocationFunctionLibrary : public UBlueprintFunctionLibrary

Remarks

Copyright Epic Games, Inc. All Rights Reserved.

Functions

Name Description

Public function Static UFunction BlueprintCallable, Category

bool

 

GetLastLocation

(
    FMagicLeapLocationData& OutLocatio...,
    bool bUseFineLocation
)

Attempts to retrieve the latitude, longitude and postcode of the device.

Public function Static UFunction BlueprintCallable, Category

bool

 

GetLastLocationAsync

(
    const FMagicLeapLocationResultDeleg...,
    bool bUseFineLocation
)

Attempts to retrieve the latitude, longitude and postcode of the device asynchronously.

Public function Static UFunction BlueprintCallable, Category

bool

 

GetLastLocationOnSphere

(
    float InRadius,
    FVector& OutLocation,
    bool bUseFineLocation
)

Attempts to retrieve a point on a sphere representing the location of the device.

Public function Static UFunction BlueprintCallable, Category

bool

 

GetLastLocationOnSphereAsync

(
    const FMagicLeapLocationOnSphereRes...,
    float InRadius,
    bool bUseFineLocation
)

Attempts to retrieve a point on a sphere representing the location of the device asynchronously.

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