Why is my pointer array not saving when I relaunch editor?

Could be serialization issue, where the pointers aren’t being ‘saved’ correctly. It could also be a deserialization issue, where the TArray is initialized before the nodes exist, resultng in the entries becoming null pointers(“None”). Just some guesses.