You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
29 lines
633 B
Plaintext
29 lines
633 B
Plaintext
{
|
|
"FileVersion" : 3,
|
|
|
|
"FriendlyName" : "Script Plugin",
|
|
"Version" : 1,
|
|
"VersionName" : "1.0",
|
|
"CreatedBy" : "Epic Games, Inc.",
|
|
"CreatedByURL" : "http://epicgames.com",
|
|
"EngineVersion" : "4.2.0",
|
|
"Description" : "An example of a script plugin. This can be used as a starting point when creating your own plugin.",
|
|
"Category" : "Examples",
|
|
"EnabledByDefault" : true,
|
|
|
|
"Modules" :
|
|
[
|
|
{
|
|
"Name" : "ScriptPlugin",
|
|
"Type" : "Runtime",
|
|
"LoadingPhase" : "PreDefault",
|
|
"BlacklistPlatforms" : [ "Linux" ]
|
|
}
|
|
{
|
|
"Name" : "ScriptEditorPlugin",
|
|
"Type" : "Editor",
|
|
"BlacklistPlatforms" : [ "Linux" ]
|
|
}
|
|
]
|
|
}
|