Is it possible to know when OnFindSessionsCompleteDelegates fires in widget blueprint?

Hello, I have a class derived from UGameInstance with OnFindSessionsCompleteDelegates and I want to know if this delegate was fired in my widget blueprint (to show servers list) using Get Game Instance node.

Is there any way to implements this or it will be easier to cache servers list every X minutes and render them when needed?