Our UE project is using CesiumForUnreal plugin and recently it was discovered that the WebBrowserWidget plugin that is listed as one of the dependencies of the CesiumForUnreal engine is adding some binaries of about 150MB size under the Engine\Binaries\ThirdParty\CEF3 directory.
I noticed that the WebBrowserWidget features are being used in the ScreenCredits widget to create a web browser element. The ScreenCredits widget is referenced in CesiumCreditSystemBP. I would like to understand how that web browser element is used and if it would be ok to exclude the CEF3 binaries from our shipping executable as we are getting flagged for that additional 150MB increase in our shipping footprint.