Handled error Ensure condition failed InvocationList[ CurFunctionIndex ] != InDelegate

It was delegate problem after all.

I had a BlueprintAssignable delegate that I bound in a UI blueprint. I did the binding in c++ and the problem went away.

Thanks Ghar.