Files
UnrealEngineUWP/Engine/Plugins/Compositing/LensDistortion/LensDistortion.uplugin
geoffrey douglas 722e8b2484 Deprecate LensDistortion plugin
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]
2022-02-11 20:42:57 -05:00

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"
}
]
}