Server Travel from Map A to Map B then back to Map A will crash on exiting PIE

UE - Gameplay - Jul 10, 2015

Server Travel from Map A to Map B then back to Map A will crash on exiting PIE. Generates different call stacks between 4.8.1 and Main. Crash Reporter: 4.8.1: [Link Removed] Main: [Link Removed] ...

HTML5 shows up as black screen in FireFox 32-bit

UE - Platform - Mobile - Apr 16, 2015

Packaged HTML5 games are not running on FireFox 32-bit Version 37.0.1; Some projects will also provide you with a scripting error that appears when you attempt to run the game on 37.0.1 Spoke with ...

After Seamless Server Travel, the Client cannot move the character or see the Server character

UE - Networking - Jul 9, 2015

After Seamless Server Travel, the Client cannot move the character or see the Server character. On the Server, the Client character appears to be falling in place. Tested in both first and third per ...

Sampling UV1 on a Nanite mesh with one UV channel returns a constant value

UE - Rendering Architecture - May 17, 2023

This is general for any UV channel past what the static mesh has, rather than specifically for UV channel 1. ...

Slate Widget fails to compile once added to a new project

UE - Foundation - Core - Jan 28, 2015

Slate Widget fails to compile when you add it to a new project. Expected as a user that anything in that default list should be able to be added and compile fine without making any changes. Compil ...

Splash Screen orientation will not change when in Portrait and Upside Down on iPhone 5

UE - Platform - Mobile - Mar 12, 2015

When changing the Orientation in the iOS settings to Portrait and Upside Down, the splash screen will still appear in the landscape orientation when the project opens. this issue will only occur on ...

Splash screen on iOS is stretched

UE - Platform - Mobile - Dec 22, 2015

The splash screen on the iPhone 6s is stretched when loading. Tested alongside the iPhone 5s and the Samsung Galaxy Note 2 for comparison. The stretching only occurs on the 6s. iPhone 6s: 6240_iPho ...

ResavePackages commandlet with -fixupredirects flag won't update asset references on shared collections

UE - Editor - Content Pipeline - Content Browser - Mar 29, 2018

We currently have two methods of fixing up redirectors: the ResavePackages commandlet and the Fix Up option within the editor. While the editor's option correctly handles collections via FAssetFixUp ...

Spin box delta does not show update values correctly

UE - Editor - UI Systems - Dec 29, 2014

When setting the Spin box delta to 1 and the slider exponent to 1 the value of the spine box should go up by 1s. However, the actual value is still retains decimal points and is rounded to show whol ...

Number containers do not correctly parse equations

Tools - Jul 30, 2020

In C++, arithmetic operators * and / have the same priority and therefore should be resolved left to right. In this case, * is being resolved first and / second. 1/128*128 and (1/128)*128 should p ...