Lightmaps on Mobile Devices Appear Dirtied and Pixelated

UE - Platform - Mobile - Jun 19, 2015

Baked lighting on mobile has dirtied or pixelated lightmaps. When testing this issue I attempted to change various settings within the 'Lightmass' section and the changes made did not have much effe ...

The "Random Integer in Range from Stream" returns the same value if the seed is power of 2 of anything above 22.

UE - Foundation - Core - Aug 7, 2019

When using the "Random Integer in Range from Stream" where the seed is a power of 2 after a certain point (2^22) the random integer that is returned is the always the same. If the seed is 2^23 + 1 i ...

Enabling Shader compilation via XGE for 4.18 Editor downloaded from Launcher doesn't work, prevents shaders from compiling at all, editor from loading in some cases

UE - Foundation - Build - Rocket (Installed Engine) - Nov 9, 2017

If you enable Shader compilation via XGE by setting r.XGEShaderCompile = 1 in ConsoleVariables.ini in 4.18 Editor downloaded from Launcher, it prevents shaders from compiling at all, and as a result ...

HiResShot in Standalone Play Not Saving Screenshots

Tools - Dec 8, 2014

the High resolution screenshot is not saved when using the command 'HiResShot' when playing via the Standalone option. You can use the command and it shows the link to the directory where the screen ...

Crash when spawning multiple HISM at runtime in a packaged shipping build

UE - World Creation - Worldbuilding Tools - HLOD - Feb 25, 2021

When adding multiple Hierarchical Instanced Static Meshes on a loop and packaging the project in Shipping configuration the application crashes due to LowLevelFatalError [Link Removed] [Line: 1431] ...

Android compile failure with GearVR

UE - Platform - XR - Jul 11, 2017

Compiling failure from several compile errors in the output log. They're of same type like this:UATHelper: Packaging (Android (ETC2)): xgConsole: In file included from D:\Streams\UE4_Release\Engine\ ...

Physics Bodies for bones that are scaled in the Anim Graph are not scaled properly in game

UE - Simulation - Physics - Jun 14, 2016

Physics Bodies for bones that are scaled in the Anim Graph are not scaled properly in game. This seems to cause a jittering effect when simulating bodies. User Description: I blend physics into th ...

Selecting all actors and copying receives "Actor [name] is referenced by another Actor, do you really want to delete it?

Tools - Sep 22, 2016

Selecting all actors and copying receives "Actor [name] is referenced by another Actor, do you really want to delete it?". This seems to only happen if one of the actors is referencing another actor ...

HttpChunkInstaller Downloads All Chunk Without Permission

UE - Online - May 11, 2018

If user sets InstallSpeed of HttpChunkInstaller to anything other than Pause, the current HttpChunkInstaller checks all Manifests and downloads all Chunks without permission. Licensee wants to begi ...

Piloting character actor with camera not working properly

Tools - Jun 11, 2015

When using the pilot function a character actor with a camera actor cannot move around properly. This issue may be due to something with the LevelEditorViewport.cpp UpdateViewForLockedActor function ...