The project works in pie and standalone. The packaging log doesn’t indicate any errors or related warnings but the log for the running packaged project has a couple:
LogUObjectGlobals:Warning: Attempted to create a package with a short package name: Function_51 Outer: NullOuter
LogLinker:Warning: Function_51 has an inappropriate outermost, it was probably saved with a deprecated outer.
This Function_51 is mentioned six times and a Function_1410 for another six times.
Binary 4.7.4-2497108. The project is mostly BP but has a single, very simple C++ class too.
EDIT: Clarifications.