You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Remove LensDistortion as an enabled plugin in multiple plugins Remove automated tests from EngineTest Remove LensDistortion as a plugin dependency from composure Remove now unused BP function from Composure's BP helper library that depends on a function from the LensDistortion BP function library #jira UE-104293 #preflight 6205533fa155a4cddac2bd9a #rb simon.therriault #lockdown alejandro.arango #ROBOMERGE-AUTHOR: geoffrey.douglas #ROBOMERGE-SOURCE: CL 18968715 in //UE5/Release-5.0/... via CL 18968933 via CL 18969247 #ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v917-18934589) [CL 18969302 by geoffrey douglas in ue5-main branch]
25 lines
796 B
Plaintext
25 lines
796 B
Plaintext
{
|
|
"FileVersion" : 3,
|
|
"Version" : 1,
|
|
"VersionName" : "1.0",
|
|
"FriendlyName" : "Lens Distortion (Deprecated)",
|
|
"Description" : "This plugin has been deprecated and will be removed in a future engine version. Please update your project to use the features of the CameraCalibration plugin instead.\nPlugin to generate UV displacement for lens distortion/undistortion on the GPU from standard camera model.",
|
|
"Category" : "Compositing",
|
|
"CreatedBy" : "Epic Games, Inc.",
|
|
"CreatedByURL" : "http://epicgames.com",
|
|
"DocsURL" : "",
|
|
"MarketplaceURL" : "",
|
|
"SupportURL" : "",
|
|
"EnabledByDefault" : false,
|
|
"CanContainContent" : true,
|
|
"IsBetaVersion" : false,
|
|
"Installed" : false,
|
|
"Modules" :
|
|
[
|
|
{
|
|
"Name": "LensDistortion",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "PostConfigInit"
|
|
}
|
|
]
|
|
} |