Expose on Spawn Variables not setting?

Hi!
I am spawning an Actor, which has a variable set to expose on spawn. I set that variable when it is spawned, however the spawned actor does not spawn with the correct information in that variable.

The Card Info variable is always blank/default values - I know because the resulting spawned card changes only when I change the default values.

The weird part is that this was working completely fine last night, I’ve changed absolutely nothing, and it not longer works. I’ve tried restarting Unreal, Github (version control), My whole computer, nothing fixes it!

Feeling crazy, help!

try just refreshing /replacing the spawn node itself. ive built custom k2node that have the same problem, the data gets stale and needs a refresh. especially if you’ve changed the struct or class somehow