I have a blueprint manager that has an array of blueprint objects inside it. In its construction script the manager sends them all a handshake interface message with itself as a parameter so they can all make a record of their manager.
However when I run in another graph at runtime Manager is “None”.
It works iff I make Manager editable - which I don’t really want to do. Am I missing something?