ConstructorHelpers in UE5.1.1 make the project unable to run packaged (black screen)

There is no possibility to fix it.

Constructor are simply not designed to be used on package. Only for editor.
So short answer is don’t use constructor, and do your reference with bp.

2 Likes