UWidgetInteractionComponent does not work/show in packaged game (UE4 4.27).

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?

Looks like it is working in a packaged game, however; the arrow for the interaction component does not show in a packaged game. Also onclick for the inventory is not triggering (this seems to be a separate issue)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.