LensComponent not working in packaged build.

Hello, I’m encountering an issue with the LensComponent. When I add it to my player character, which has a CineCamera, and apply a lens distortion, everything works fine when I play in the editor. However, when I package the project in Shipping or Development mode, the lens distortion effects disappear. I tried applying the distortion in Begin Play (Apply Distortion), but it’s still not working. Does anyone have a solution for this problem? Thanks in advance.

Maybe I’m late to the party, but check you are properly cooking the runtime content of the Camera Calibration plugin by adding to DefaultGame.ini of your project :

+DirectoriesToAlwaysCook=(Path="/CameraCalibrationCore/")