Structs not transferring data

Hi there,

I’ve been trying to pass some information using structs and seem to be having some problems, the screenshot below shows two different umg menus, in the first, I am adding the data and I when I hover over the pin on the struct I can see it contains some data, yet when I then break the same structure in another menu, and try and pass that data to a new variable (for use as a text field) it shows up blank.

Has anyone seen this before? I’ve used another structure in another part of the same blueprint; that one seems to be working fine, but this one isn’t, in both cases I have used both the make and break commands in the same way. The only difference is that the structure that is causing me trouble has been used (with a break structure command) in a third blueprint that is called before this one.

Any help would be hugely appreciated, thanks.