Problem with Multiplayer UMG Inventory

Hello,

I have a huge problem, i try to get the item amount from the server and display it with UMG

here is the problem code in the CharacterBlueprint:

The Problem is here that the Server in the GetInventoryFromServer Event Fills the Array with the Correct Data, but when i call it outside this Event, the array is empty

i hope someone can help me