Drag not working with Retainer Box

While trying to make full UI postprocess with Retainer Box I stumbled upon a bug. When draggable widget(OnMouseButtonDown + DetectDragIfPressed + OnDragDetected) is wrapped with Retainer Box I’m not getting OnDragDetected event.

Sample 4.12 project showing bug
https://dl.dropboxusercontent.com/u/75205/UE4_projects/UMGPostProcessBug.

Hi dxOne,

I was able to reproduce this on my end and have entered a bug report, UE-30363 to be assessed by the development staff.

Hi, I just wanted to add a note here. I just added a pull request to Github, that should fix this issue:

https://github.com/EpicGames/UnrealEngine/pull/2708