Files
UnrealEngine/Engine/Plugins/Runtime/LocationServicesAndroidImpl/LocationServicesAndroidImpl.uplugin
2025-05-18 13:04:45 +08:00

43 lines
936 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Mobile Location Services - Android Implementation",
"Description": "Android implementation for blueprint access for location data from mobile devices",
"Category": "Mobile",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "LocationServicesAndroidEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "LocationServicesAndroidImpl",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Android"
]
}
],
"Plugins": [
{
"Name": "LocationServicesBPLibrary",
"Enabled": true
},
{
"Name": "AndroidPermission",
"Enabled": true
}
],
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"IsExperimentalVersion": false
}