The FPS drop off of this users project is significant between version of UE4. I tested this issue on a Samsung Galaxy Note 10.1 2014 edition. I also tested on a iPad air 2 on 8.1. There was a sig ...
User reports when creating a project and changing the folder colors in 4.6, then opening the project in 4.7/4.7.1, the folders go back to their default color. Users have also reported this happenin ...
Might be broken. Needs investigation. ...
A user reported that the FOculusRiftHMD::EnablePositionalTracking() function is missing a call to UpdateHmdCaps() so that the status of the HMD is correctly updated. The user's suggestion for this ...
A user with a 4k monitor is requesting that we allow sub-editors to be docked alongside the viewport instead of behind it. (he only has one monitor) For instance, you open a blueprint and you want ...
When creating fracturing a mesh in PhysXLabs vs UE4 fracture tool with both using Voronoi fracture and set to 25 chunks will give different results. The mesh (Attached below along with reference i ...
If you create a new Blueprint Widget, place a button into the widget, and click, hold, and drag a Named slot onto the button, the number of the Names Slot will keep increasing as long as the named s ...
Certain calls made on Begin Play do not function as expected. Users expect BeginPlay to be called when the game is loaded/playable EX: Using GetViewportSize on begin play will return 0 for X and Y ...
AHUD::DrawText can currently only accept a UFont asset. An overload of this that took a FSlateFontInfo would allow people using Blueprints to override the font size and typeface (as you can already ...
When a camera is setup in code with GetWorld()->GetFirstPlayerController()->SetViewTarget(this); the camera will work in the editor but a packaged version of the game has a black screen. ...