Can't save due to "Graph is linked to external private object"

You’re creating a UObject in a transient package and trying to save it, that’s why it won’t save. If you want to create UObjects that are serialized, you need to use the object creating it as the outer.

1 Like