Widget_InteractionsLine isn't visible on Widget_HUD when BP_Character overlaps with a BP_Interact #1

Closed
opened 2025-12-21 13:14:48 -06:00 by parvan · 1 comment
Owner

How to reproduce:
Open a map where a BP_Interact blueprint is present and a BP_Character blueprint is capable of interacting with it by overlapping with the BP_Interact blueprint. Previously in Unreal 4, a popup would appear in the center of the screen below the player's character that would say something like "TERMINAL" or "DOOR KEYPAD" depending on what the player is trying to interact with.

How this was verified:
The most recent commit for the project in Unreal 4 did not have this issue. It was verified to happen after upgrading the project to Unreal 5.1 and it did not exist before.

**How to reproduce:** Open a map where a BP_Interact blueprint is present and a BP_Character blueprint is capable of interacting with it by overlapping with the BP_Interact blueprint. Previously in Unreal 4, a popup would appear in the center of the screen below the player's character that would say something like "TERMINAL" or "DOOR KEYPAD" depending on what the player is trying to interact with. **How this was verified:** The most recent commit for the project in Unreal 4 did not have this issue. It was verified to happen after upgrading the project to Unreal 5.1 and it did not exist before.
parvan added this to the Release Cardinal-Fall on Unreal 5 milestone 2025-12-21 13:14:48 -06:00
parvan added the
UE5.1 Upgrade Bug
label 2025-12-21 13:14:48 -06:00
parvan self-assigned this 2025-12-21 13:14:48 -06:00
parvan added this to the (deleted) project 2025-12-21 13:14:48 -06:00
parvan changed title from Widget_InteractionsLine isn't visible on Widget_HUD when BP_Character overlaps with a BP_Interact #1 to Widget_InteractionsLine isn't visible on Widget_HUD when BP_Character overlaps with a BP_Interact 2025-12-21 13:16:18 -06:00
parvan added spent time 2025-12-21 13:28:20 -06:00
45 minutes
parvan started working 2025-12-21 13:28:38 -06:00
parvan stopped working 2025-12-21 13:39:29 -06:00
10 minutes 51 seconds
Author
Owner

Fixed the Issue #1 with Widget_HUD in commit c8a5eeefa1.

How this was fixed:
This fix sets the panel widget ScaleBox_Interactions from Stretch: "Scale to Fit" to "Fill" because Widget_HUD was not displaying any of the possible player interactions when BP_Character overlaps with BP_Interact. These interactions should be displayed on Widget_HUD by adding Widget_InteractionsLine as a child. The blueprint was working as intended, but the panel widget setting wasn’t allowing Widget_InteractionsLine to be visible to the player. This bug appeared after upgrading from Unreal 4.26 to Unreal 5.1.

Fixed the Issue #1 with Widget_HUD in commit c8a5eeefa1. **How this was fixed:** This fix sets the panel widget ScaleBox_Interactions from Stretch: "Scale to Fit" to "Fill" because Widget_HUD was not displaying any of the possible player interactions when BP_Character overlaps with BP_Interact. These interactions should be displayed on Widget_HUD by adding Widget_InteractionsLine as a child. The blueprint was working as intended, but the panel widget setting wasn’t allowing Widget_InteractionsLine to be visible to the player. This bug appeared after upgrading from Unreal 4.26 to Unreal 5.1.
parvan modified the project from (deleted) to Upgrade the project from Unreal 4.26 to Unreal 5.1 2025-12-21 19:32:59 -06:00
Sign in to join this conversation.
No description provided.