Files
UnrealEngineUWP/Engine/Plugins/Runtime/AndroidFileServer/AndroidFileServer.uplugin
chris babcock ba85a755f0 Fix up uplugin allow list for Android File Server
#jira UE-143688
#ue5
#android
[REVIEW] [at]Jack.Porter
#rb Jack.Porter

#preflight https://horde.devtools.epicgames.com/job/6218521f8849a7424f6d5da2

#ROBOMERGE-AUTHOR: chris.babcock
#ROBOMERGE-SOURCE: CL 19140982 in //UE5/Release-5.0/... via CL 19141119
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v921-19075845)

[CL 19156096 by chris babcock in ue5-main branch]
2022-02-25 15:59:48 -05:00

32 lines
935 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "AndroidFileServer",
"Description": "Adds support for remote file management to Android projects.",
"Category": "Android",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"EnabledByDefault": true,
"Installed": false,
"Modules": [
{
"Name": "AndroidFileServer",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen",
"PlatformAllowList" : [ "Android", "Win64", "Mac", "Linux" ]
},
{
"Name" : "AndroidFileServerEditor",
"Type" : "Editor",
"LoadingPhase" : "PostEngineInit",
"PlatformAllowList" : [ "Win64", "Mac", "Linux" ]
}
]
}