Some quick update, I tried Event Dispatcher and it works great.
I basically calls a dispatcher in the certain phase at the BP I need to reference, and reference it here in the UI Blueprint, If I’m not mistaken, it should works as :
Construct UI > Get BP in the scene ( only once ) > trigger Call ( in my case is array adds new item ) > Do Animation Event that reference from the BP I got previous.
