Files
UnrealEngineUWP/Engine/Plugins/Runtime/SoundMod/SoundMod.uplugin
Robert Jones b8487aaa78 Adding Android coremod libs and build scripts
Whitelisting platform for SoundMod.uplugin
Updating plugin build.cs to link with Android

#codereview daniel.lamb, chris.babcock, dmitry.rekman

[CL 2276241 by Robert Jones in Main branch]
2014-08-28 11:23:53 -04:00

25 lines
603 B
Plaintext

{
"PluginFileVersion" : 1,
"FriendlyName" : "Sound Module Plugin",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"MinEngineVersion" : 1579795,
"Description" : "Supports playback of ProTracker (MOD), Scream Tracker 3 (S3M), Fast Tracker II (XM), and Impulse Tracker (IT) files.",
"CategoryPath" : "Audio.Playback",
"Modules" :
[
{
"Name" : "SoundMod",
"Type" : "Runtime",
"WhitelistPlatforms" : [ "Win64", "Win32", "Mac", "Android" ]
},
{
"Name" : "SoundModImporter",
"Type" : "Editor"
}
]
}