Files
UnrealEngineUWP/Engine/Plugins/Experimental/RenderPages/RenderPages.uplugin
Patrick Vane dc161aa173 First usable version of the render pages plugin.
#preflight 62a2981eff22b2aef9d1d325

[CL 20589277 by Patrick Vane in ue5-main branch]
2022-06-09 21:57:02 -04:00

52 lines
1.1 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Render Pages",
"Description": "Advanced pipeline for use in creating rendered cinematics.",
"Category": "Experimental",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "RenderPages",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
},
{
"Name": "RenderPagesDeveloper",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
},
{
"Name": "RenderPagesEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
}
],
"Plugins": [
{
"Name": "RemoteControl",
"Enabled": true,
"Optional": false
},
{
"Name": "LevelSequenceEditor",
"Enabled": true,
"Optional": false
},
{
"Name": "MovieRenderPipeline",
"Enabled": true,
"Optional": false
}
]
}