Files
UnrealEngineUWP/Engine/Plugins/Slate/SlateRemote/SlateRemote.uplugin

26 lines
574 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Slate Remote",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"EngineVersion" : "4.2.0",
"Description" : "Enables support for the UE4 Remote iOS application to remotely control games with your iPhone, iPad or iPod.",
"Category" : "Misc",
"EnabledByDefault" : true,
"Modules" :
[
{
"Name" : "SlateRemote",
"Type" : "RuntimeNoCommandlet",
"LoadingPhase" : "Default",
"BlacklistPlatforms" : [ "HTML5" ]
}
],
"CanContainContent" : false
}