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:
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
Jump to solution
18 Replies
Archengius
Archengius3w ago
Do not Ctrl c Ctrl v sub objects between schematics
SirDigby
SirDigbyOP3w ago
I don't think I did
Archengius
Archengius3w ago
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
SirDigby
SirDigbyOP3w ago
Hmm
Solution
SirDigby
SirDigby3w ago
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
Archengius
Archengius3w ago
It fails to save /PersistentPaintables/PersistentPaintables_InitGameWorld because it references /Game/FactoryGame/Character/Player/Char_Player.Char_Player_C:PersistentPaintables_Component_GEN_VARIABLE
SirDigby
SirDigbyOP3w ago
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
Archengius
Archengius3w ago
It says the component is an archetype for one of the objects in init game world package
SirDigby
SirDigbyOP3w ago
I just cleaned everything out of InitGameWorld since I switched over to using the component
Archengius
Archengius3w ago
Do you have an add component node there or something
SirDigby
SirDigbyOP3w ago
Nope
Archengius
Archengius3w ago
Interesting. Not sure how you can even get an archetype of the component in another non actor BP then Actual mystery
Robb
Robb3w ago
>add crash EditorPackagingExternalPrivateObject
FICSIT-Fred
FICSIT-Fred3w ago
What should the logs match (regex)?
Robb
Robb3w ago
Graph.is.linked.to.external.private.object
FICSIT-Fred
FICSIT-Fred3w ago
What should the response be?
Robb
Robb3w ago
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
FICSIT-Fred
FICSIT-Fred3w ago
Known crash 'editorpackagingexternalprivateobject' added!

Did you find this page helpful?