Failing to break a Structure

Hello all,

Using a List view and a List Entry, I am trying to display in the HUD some properties from a structure.

I am getting the object that holds the structure in my widget (List Entry), I can follow the object and its properties (from the structure) till a certain point where they vanish ! (see pictures)
The Entry is added to the List.

It’s from the “break structure” node that it fails, and I wonder why.
The results are that it doesn’t display the properties and I have errors in the log.

If you guys have ever experienced that or if you have any suggestion, that will be amazing.
Thanks in advance.


Nevermind…
I got the solution thanks to a friend.
The “construct” node fires before the set of the EntryObject making it “none”.
Firind the retrieval of the info from the “set” works