I’m making a VR game where I use UWidgetInteractionComponent(s) to interact with an in-game inventory. It works great in editor but when I package the game, the interaction components dont work or display. I checked to make sure that “only in editor” is not checked.
I also checked these [1] [2] previous posts but they refer to either upgrading to 4.21 (I’m on 4.27) or offer no solution for having them work/show in a packaged game.
Is it possible to use UWidgetInteractionComponents in a packaged/shipped multiplayer game?