Files
UnrealEngineUWP/Engine/Plugins/Lumin/MagicLeapSharedFile/MagicLeapSharedFile.uplugin
Ryan Vance a05748cb7b Copying //UE4/Partner-MagicLeap-Staging to Dev-VR (//UE4/Dev-VR)
#rb integration
Magic Leap 0.22 SDK integration

[CL 9310486 by Ryan Vance in Dev-VR branch]
2019-09-30 20:02:41 -04:00

43 lines
726 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName": "1.0",
"FriendlyName" : "Magic Leap Shared File",
"CreatedBy" : "Magic Leap, Inc.",
"CreatedByURL" : "http://magicleap.com",
"Description" : "Support for the Magic Leap SharedFile API.",
"Category" : "Lumin",
"EnabledByDefault" : false,
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"SupportedTargetPlatforms": [
"Lumin",
"Win64",
"Mac"
],
"Modules" :
[
{
"Name" : "MagicLeapSharedFile",
"Type" : "Runtime",
"WhitelistPlatforms" :
[
"Win64",
"Mac",
"Lumin"
]
}
],
"Plugins":
[
{
"Name": "MLSDK",
"Enabled": true
}
]
}