You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb integration
#lockdown Nick.Whiting
#CodeReview: ryan.vance
[CL 6895021 by Jason Bestimt in Dev-VR branch]
32 lines
753 B
Plaintext
32 lines
753 B
Plaintext
{
|
|
"FileVersion" : 3,
|
|
"Version" : 1,
|
|
"VersionName" : "1.0",
|
|
"FriendlyName" : "Python Editor Script Plugin",
|
|
"Description" : "Python integration for the UE4 editor.",
|
|
"Category" : "Scripting",
|
|
"CreatedBy" : "Epic Games, Inc.",
|
|
"CreatedByURL" : "http://epicgames.com",
|
|
"DocsURL" : "https://docs.unrealengine.com/en-us/Studio/Python",
|
|
"MarketplaceURL" : "",
|
|
"SupportURL" : "https://forums.unrealengine.com/",
|
|
"EnabledByDefault" : false,
|
|
"CanContainContent" : true,
|
|
"IsBetaVersion" : true,
|
|
"Installed" : false,
|
|
|
|
"Modules" :
|
|
[
|
|
{
|
|
"Name" : "PythonScriptPluginPreload",
|
|
"Type" : "Runtime",
|
|
"LoadingPhase" : "EarliestPossible"
|
|
},
|
|
{
|
|
"Name" : "PythonScriptPlugin",
|
|
"Type" : "Editor",
|
|
"LoadingPhase" : "PreDefault"
|
|
}
|
|
]
|
|
}
|