Navigation
Unreal Engine C++ API Reference > Plugins > LocationServicesBPLibrary
References
Module | LocationServicesBPLibrary |
Header | /Engine/Plugins/Runtime/LocationServicesBPLibrary/Source/LocationServicesBPLibrary/Classes/LocationServicesBPLibrary.h |
Include | #include "LocationServicesBPLibrary.h" |
Syntax
enum ELocationAccuracy
&123;
LA_ThreeKilometers,
LA_OneKilometer,
LA_HundredMeters,
LA_TenMeters,
LA_Best,
LA_Navigation,
&125;
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)