Files
UnrealEngineUWP/Engine/Plugins/Runtime/LocationServicesAndroidImpl/LocationServicesAndroidImpl.uplugin
michael noland 9756461b45 Quick pass at some plugin category clean up
- Moved various things from "Programming" and "Blueprints" to more domain-specific categories
- Merged "Media" and "Movie Players" into "Media Players"
- Merged "Automation" into "Testing"
- Merged "Widgets" and "Web" into "UI"
etc...
[FYI] brooke.hubert
#jira UE-106862

#ROBOMERGE-SOURCE: CL 15390321 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v771-15082668)

[CL 15390329 by michael noland in ue5-main branch]
2021-02-11 14:59:10 -04: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": "http://epicgames.com",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "LocationServicesAndroidEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "LocationServicesAndroidImpl",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Android"
]
}
],
"Plugins": [
{
"Name": "LocationServicesBPLibrary",
"Enabled": true
},
{
"Name": "AndroidPermission",
"Enabled": true
}
],
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"IsExperimentalVersion": false
}