Error when packaging: Graph is linked to external private obect
Getting this error when trying to Alpakit Persistent Paintables. The file compiles just fine
Solution:Jump to solution
I just cleared out everything from the blueprint (it wasn't being used anymore) and it worked. Weird thing is I hadn't touched either of the blueprints in the error since the last time I packaged it
18 Replies
Do not Ctrl c Ctrl v sub objects between schematics
I don't think I did
The error means that there is an object in one package on which an object in another package depends, but the former is not visible outside of its package
Hmm
Solution
I just cleared out everything from the blueprint (it wasn't being used anymore) and it worked. Weird thing is I hadn't touched either of the blueprints in the error since the last time I packaged it
It fails to save /PersistentPaintables/PersistentPaintables_InitGameWorld because it references /Game/FactoryGame/Character/Player/Char_Player.Char_Player_C:PersistentPaintables_Component_GEN_VARIABLE
Yeah, I saw that. I suppose it's likely I copied some stuff from InitGameWorld to the Component when I was making it
But that was a while ago and I've released a few versions since then
It says the component is an archetype for one of the objects in init game world package
I just cleaned everything out of InitGameWorld since I switched over to using the component
Do you have an add component node there or something
Nope
Interesting. Not sure how you can even get an archetype of the component in another non actor BP then
Actual mystery
>add crash EditorPackagingExternalPrivateObject
What should the logs match (regex)?
Graph.is.linked.to.external.private.object
What should the response be?
This error occurs when there is an object in one package on which an object in another package depends, but the former is not visible outside of its package. This could have been caused by copy-pasting sub objects between assets (avoid doing this). See here for more info: https://discord.com/channels/555424930502541343/1336755984273506306
Known crash 'editorpackagingexternalprivateobject' added!