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
25 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!
Getting this error again, this time on a Widget. Has anyone else run into this?
New error:
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
-# Responding to
editorpackagingexternalprivateobject
triggered by @SirDigby {Mod Name}Yeah, I didn't do that
I'm casting to Char_Player but that's it
Actually, I think it is related to the Actor Component that is referencing that widget
Maybe not
Ok, deleting the widget stops the errors so that must be it. But I kind of need the widget
Turns out I have to delete both the component and the widget
Weird, wonder how that ended up happening
Yeah, this is really annoying
Well I fixed it. Deleted the
CSS_ActorComponent
from Game/FactoryGame/Character/Player/Char_Player
What is that
CSS_ActorComponent
thing anyway?no clue