CalculateLodCount tries to bound the output LOD count as at least one (count >= 1), but actually bounds it as no more than 1 (count <= 1). Just need to change a FMath::Min to FMath::Max. ...
This is a common crash in the 4.16 release (affecting Windows and Mac). A log file is attached. Users have not provided descriptions so additional information is not currently available. Windows C ...
4.13.1 has caused an issue where the volume can no longer be adjusted for a GoogleVR application. This is a regression of functionality in 4.13.0. Tested with build: Working: 4.13.0 Binary CL-310 ...
On a Windows 8.1 Platform with an Nvidia 960 card, Lens Flares when playing with 2 Player's (without a dedicated server) are appearing in the wrong window. So, Player 1 is looking at sun, Player 2 ...
Material Parameter Collections are not successfully passing stored values into Materials when packaged for an Android Phone with an OS version of 5. Both version 4 and 6, correctly use the MPC.Test ...
LogHTTP:Warnings are populating in the output log when the editor opens any project in 4.15.1 This is not occurring in //UE4/Main This is not occurring in 4.14.3 Marking as regression WarningsLo ...
When copy/pasting scene objects from older Unreal versions into Unreal 5.1, the editor will crash. ...
In the blueprint editor when selecting multiple components and resetting a property that exists on both components to its default value, when the components had different default values the editor r ...
When a property is created in this way, a local variable with a Private flag is generated. Since such a variable is generally not desirable, it would be better to remove the Private flag upon pastin ...
Foreword: Even if the behavior described here is by design, it is rarely (if ever) expected or desired. This was discussed and agreed to be treated as a bug. Explanation below. When interpolated sp ...