Hi JINEQ,
I’m working with unreal 4.19.2 too. I had your very same problem and I was able to solve it with solution proposed by mvddreher: when creating the custom event in your BP, you have not to retrieve the entire struct; instead, you have to instatiate a parameter for every single struct variable manually.
Hope this helps.