ELocationAccuracy

Enum used to determine what accuracy the Location Services should be run with.

Windows
MacOS
Linux

References

Module

LocationServicesBPLibrary

Header

/Engine/Plugins/Runtime/LocationServicesBPLibrary/Source/LocationServicesBPLibrary/Classes/LocationServicesBPLibrary.h

Include

#include "LocationServicesBPLibrary.h"

Syntax

enum ELocationAccuracy
{
    LA_ThreeKilometers,
    LA_OneKilometer,
    LA_HundredMeters,
    LA_TenMeters,
    LA_Best,
    LA_Navigation,
}

Values

Name

Description

LA_ThreeKilometers

LA_OneKilometer

LA_HundredMeters

LA_TenMeters

LA_Best

LA_Navigation

Remarks

Enum used to determine what accuracy the Location Services should be run with. Based off the iOS kCLLocationAccuracy enums since those were the most restrictive (but convienently also had descriptive names)

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