Just want to surface a resolution I found while working with the experimental actor sequence component. Instances that I’d spawned using an editor utility blueprint wouldn’t save for some reason, with an error about referencing external private objects (an ease function in particular).
It turns out, an event track in my sequences had triggers that bound to an event marked “Call in Editor” in my blueprint, and set a material param. I’m not sure if all of my circumstances were necessary to reproduce the issue, but disabling the Call in Editor setting on the event resolved this issue for me.
HOWEVER, if I call the function in construction as well (presumably first) the reference goes bad in BeginPlay. It still looks like a functional sequence in editor though.