How to package game with My Engine Plugin?

I did not find a good documentation about how to package game project which uses engine plugin.
I’ve created my own engine plugin which loads third party DLLs. I’m able build and run it in editor but when I package it and run the exe of project then it crashes with below error. Full error log is attached.

[2017.03.23-06.26.10:278][ 0]LogStreaming:Error: Couldn’t find file for package /Script/MyEnginePlugin requested by async loading code. NameToLoad: /Script/MyEnginePlugin
[2017.03.23-06.26.10:279][ 0]LogStreaming:Error: ****DumpDependencies [Dependencies]:
[2017.03.23-06.26.10:279][ 0]LogStreaming:Error: Export 1 WebView_C
[2017.03.23-06.26.10:279][ 0]LogStreaming:Error: Linker is …/…/…/WebViewTest/Content/WebView.uasset
[2017.03.23-06.26.10:279][ 0]LogStreaming:Error: Dep C_BEFORE_S Export 3 WidgetTree (class WidgetTree)

link text

Hello Rahul3349,

If you would like to include a plugin in your packaged game you will need to make it a runtime plugin. Engine plugins are not included in a packaged game. I hope that this information helps.

Make it a great day