Error while cooking content: Error The property associated with Overlapping Actors could not be found

I get the following error while trying to cook my project:

LogBlueprint:Error: [compiler] Error The property associated with  Overlapping Actors  could not be found

Does anyone have an idea what can cause this error?

Hi Mark Arts,

Are you still seeing this issue? Have you updated to the newest version of the editor? We are at 4.7.5 now.

For what platform are you trying to cook? Are you using UFE or the editor? What version of the editor are you using, binary or source? Can you include the entire output log of your failed build to this thread as a txt file?

Thanks!

Hey wittlief,

We had this issue with the 4.6 binary editor trying to cook for windows but we managed to find the problem trough rollingback trough our git repo.

I don’t remember exactly what caused it but the error came from a blueprint asset we made ourself.
It tried to call the Overlapping Actor property ( a property we made ourself) which we deleted.

After deleting the asset it cooked fine

Thanks for the interext