You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
42 lines
883 B
Plaintext
42 lines
883 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" : "Blueprints",
|
|
"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
|
|
}
|
|
]
|
|
} |