use opencv2.4.9 in ue4.23,crash issue

Hi guys,
Does anyone encounter this issue like me:
use opencv2.4.9 in ue4.23,when use c++ code:cv::VideoCapture stream; it just crashed.
the error is:Unhandled exception at 0x00007FFC23143B29 (KernelBase.dll) in UE4Editor.exe: 0xC06D007E: Module not found (parameters: 0x00000027142C60F0).
But using opencv3.2.0, it runs well.
So here’s the question: Can ue4 use opencv2.4.9?
Thanks!