You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb andrew.rodham #ROBOMERGE-AUTHOR: max.chen #ROBOMERGE-SOURCE: CL 18427711 in //UE5/Release-5.0/... via CL 18427717 #ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v897-18405271) [CL 18427723 by max chen in ue5-release-engine-test branch]
34 lines
694 B
Plaintext
34 lines
694 B
Plaintext
{
|
|
"FileVersion": 3,
|
|
"Version": 1,
|
|
"VersionName": "1.0",
|
|
"FriendlyName": "Sequencer Scripting",
|
|
"Description": "Python and editor utility scripting extensions for sequencer and movie scenes",
|
|
"Category": "Scripting",
|
|
"CreatedBy": "Epic Games Inc.",
|
|
"CreatedByURL": "",
|
|
"DocsURL": "",
|
|
"MarketplaceURL": "",
|
|
"SupportURL": "",
|
|
"CanContainContent": true,
|
|
"IsBetaVersion": true,
|
|
"Installed": false,
|
|
"Plugins": [
|
|
{
|
|
"Name": "PythonScriptPlugin",
|
|
"Enabled": true
|
|
},
|
|
],
|
|
"Modules": [
|
|
{
|
|
"Name": "SequencerScripting",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "SequencerScriptingEditor",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "Default"
|
|
}
|
|
]
|
|
} |