You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-203243 #rb jason.walter #rnx [CL 30432203 by geoffrey douglas in ue5-main branch]
46 lines
949 B
Plaintext
46 lines
949 B
Plaintext
{
|
|
"FileVersion": 3,
|
|
"Version": 1,
|
|
"VersionName": "1.0",
|
|
"FriendlyName": "Lens Component",
|
|
"Description": "Implements the Lens Component for adding distortion to a cinematic camera",
|
|
"Category": "Virtual Production",
|
|
"CreatedBy": "Epic Games, Inc.",
|
|
"CreatedByURL": "https://epicgames.com",
|
|
"DocsURL": "",
|
|
"MarketplaceURL": "",
|
|
"SupportURL": "",
|
|
"CanContainContent": true,
|
|
"IsBetaVersion": true,
|
|
"Hidden": true,
|
|
"Installed": false,
|
|
"SupportedPrograms": [ "LiveLinkHub" ],
|
|
"Modules": [
|
|
{
|
|
"Name": "LensComponent",
|
|
"Type": "Runtime",
|
|
"ProgramAllowlist": [ "LiveLinkHub" ],
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "LensComponentEditor",
|
|
"Type": "Editor",
|
|
"ProgramAllowlist": [ "LiveLinkHub" ],
|
|
"LoadingPhase": "Default"
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name": "CameraCalibrationCore",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "LiveLink",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "Takes",
|
|
"Enabled": true
|
|
}
|
|
]
|
|
} |