Files
UnrealEngineUWP/Engine/Plugins/Runtime/CustomMeshComponent/CustomMeshComponent.uplugin
2014-03-14 14:13:41 -04:00

21 lines
518 B
Plaintext

{
"PluginFileVersion" : 1,
"FriendlyName" : "CustomMeshComponent Plugin",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"MinEngineVersion" : 1579795,
"Description" : "A new renderable Component class that allows you to specify custom geometry via C++ or Blueprint.",
"CategoryPath" : "Rendering.Components",
"Modules" :
[
{
"Name" : "CustomMeshComponent",
"Type" : "Runtime",
"BlacklistPlatforms" : [ "HTML5" ]
}
]
}