Files
UnrealEngineUWP/Engine/Plugins/Experimental/CineCameraSceneCapture/CineCameraSceneCapture.uplugin
eric renaudhoude d1338df4e1 CineCapture: Ensure OpenColorIO is listed as a plugin dependency.
#rb ruslan.idrisov
#rnx

[CL 26210658 by eric renaudhoude in ue5-main branch]
2023-06-23 11:25:12 -04:00

31 lines
715 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "CineCameraSceneCapture",
"Description": "This plugin adds the ability to render cine camera views into Render Targets identically to Scene Capture",
"Category": "Virtual Production",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "CineCameraSceneCapture",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "OpenColorIO",
"Enabled": true
}
]
}