The following code in UPlayerInput::GetChordsForKeyMapping is at fault for this: !(KeyMapping.bAlt || KeyMapping.bCtrl || KeyMapping.bShift || KeyMapping.bCmd || ActionBinding.KeyEvent == EInputEv ...
The GetOverlappingComponents node isn't working correctly on mobile devices. It seems like it may only not be registering components that are spawned at runtime, as it does change the number of over ...
Running with Latest Android Works install and OpenSSL 1.0.2d, a packaged GearVR project from the Editor will fail the Oculus Submission Validator with 5 warnings. [Image Removed] Project Android S ...
Starting position for the HMD locomotion map in the VR template is very close to the ground, it's also lower than the companion map for Motion Controller movement. May be due to pawn differences? F ...
While going through [Link Removed] I found it difficult to click on the different actors in QA_Promotion during step 4. It always selected the ground or the skybox unless the camera was really clos ...
Using a 3D Widget with a text block who's font size is set to 1,000 will give a fetal error when packaged. Note: The package will succeed, however when the project is opened the user will receive ...
Using the Reset To Default option for any of the transform values as well as the Paste command for the Scale values on an actor can still change the values when an actor's "Lock Actor Movement" sett ...
A licensee has reported that gaining focus of a UE4 game window by clicking the window's title bar results in the game only receiving keyboard input and no mouse input until you also click in the ga ...
The UObjectLibrary::RemoveObject function has mixed up logic inside of it that causes it to remove objects from the incorrect array. It currently removes from the Objects array if bUseWeakReferences ...
Is FullscreenMode Dirty is meant to track if the Fullscreen mode has changed from what it is currently set to. This does not function correctly for Windowed Fullscreen and always prints true even if ...