Linker Error on deriving from Webbrowser widget

Hello,I’d like to help you,but this question is closed so if you need more information about this link error,please send email with your error image to me :1441842473@qq.com
Usually the link error is because you not add the module ‘WebBrowser’ in your game module’s .build.cs file. You can add this name such as:

PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore","WebBrowser" });