I get this fail to load error but all works.

Hello,
When I load my project I get this error on the Message Log.

Failed to load /Game/_Main/_SAVELOADGAME/STRU_SaveDeployable.STRU_SaveDeployable Referenced by Load Game Deployables Inventories

But everything works, this stru is working as I can save and load the data with no problems.
I can package the project with no errors and run it with no problems.
Is there something else I need to look about this message?
I do not like to have an error message hanging around.

Thank you

  • Fix up redirectors > Verify Asset
  • Refresh any nodes and re-replaced variables ref of that struc from your inv bp.

Thank you, will try all that.

1 Like

I try that did not work.
I even edit the structure to modify, then went back to the routine that uses it, remove the break of the structure and add a new one, saved, run, all works.

When you say Fix up redirectors > Verify Asset you mean the update redirector references?
What is a verify asset?

Thank you

1 Like

These one:

Fix up redirectors will remove any residue bug reference and verify asset will check all files inside similar to when doing cooking/packaging.

It also recommended that whenever you delete, rename or moving files, to do a fix up redirectors.

Thank will do that.

1 Like

Did not work.
Funny is I try to make a package, got an error on this structure on the Load Game Deployable Inventories routine, did got into that and got the break of the structure out of the routine, put it back, connect the pins, try the package again and worked, all good.
Closed the project, open it again and the error was back there.