When two controllers connected, player2 input is disabled in full screen mode in PIE.
This doesn't appear to be in focus. If seeing the any focusing widget, player1 focused on SViewport, but player2 focused on SWindow and SOverlay.
Input is disabled in full screen mode only. Reselecting the viewport again allows it to work correctly, but only the first time the problem occurs. It worked correctly in 4.23.
Workaround for UE5.1:
void FLevelViewportLayout::FinishMaximizeTransition() { // ... // Set keyboard focus directly // MaximizedViewportEntity->SetKeyboardFocus(); FSlateApplication::Get().SetAllUserFocusToGameViewport(EFocusCause::SetDirectly); // ... }
Result:
The character doesn't move when input from controller 2.
The first controller input is allowed.
Expect:
Both controllers input is allowed.
i have this problem UE4CC-Windows-58DC12AF4B97F057BD108FBFF569B2E9_0000
I am not able to find world outliner how to enable it?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
Trying to launch , erorr,dll missing
How can i modify the param name in EQS node
What method is used to fill polygonal regions when drawing spline mesh at run time?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-94984 in the post.
11 |
Component | UE - Editor - UI Systems |
---|---|
Affects Versions | 4.24, 4.25, 5.1 |
Created | Jun 29, 2020 |
---|---|
Updated | Apr 10, 2023 |