Implement JS integration via a subset of UObject scripting functionality and custom CEF Messages
JIRA: OPP-3240
rb: Justin.Sargent
[CL 2601283 by Keli Hlodversson in Main branch]
Changed Web Browser Window Set Size function to take an int point as there's no need for float version
Calculated integer size of viewport by adding position and size before converting to int, which avoids problems with rounding.
[CL 2397445 by Matthew Griffin in Main branch]
Also removed guards around browser code in SWebBrowser and made sure that path for sub process exe is correct if game exe is not in the same folder.
[CL 2389777 by Matthew Griffin in Main branch]