Enum ELocationAccuracy
Enum used to determine what accuracy the Location Services should be run with.
Namespace: UE4.LocationServicesBPLibrary
Assembly: UE4DotNet.dll
Syntax
public enum ELocationAccuracy
Remarks
Based off the iOS kCLLocationAccuracy enums since those were the most restrictive (but convienently also had descriptive names)
Fields
| Name | Description |
|---|---|
| LA_Best | |
| LA_HundredMeters | |
| LA_MAX | |
| LA_Navigation | |
| LA_OneKilometer | |
| LA_TenMeters | |
| LA_ThreeKilometers |