SSGI AO not visible in Lit Viewmode

UE - Graphics Features - Dec 16, 2019

No screen space AO in lit viewmode with SSGI Confirmed in 4.25 MAIN @ CL 10730208 (but you must move camera after activiating SSGI for scene to update) ...

Custom Time Dilation has no effect on Player Camera Manager

UE - Anim - Sequencer - Jun 10, 2020

It seems like setting Custom Time Dilation on the Player Camera Manager does not affect the amount of time it takes to blend between cameras with Set View Target With Blend. ...

Geometry Collection behavior does not change when changed by BP

UE - Simulation - Physics - Destruction - May 2, 2022

Reproduced 6/6 times. This seems to affect all "Set" functions for Geometry Collection Components, such as Setting Object Type from Static to Dynamic, or changing Collision Type. ...

In Path tracer, the Sun disk in the Twinmotion Dynamic sky does not produce the Bloom, Lens flare and Lens dirt effects.

TM - Rendering - Mar 15, 2024

Note that it works when using the old sun intensity (25) instead of the 100,000 value. Also, reducing the scattering in the sky will bring back the bloom. ...

Launch on to HTML5 fails in browser with Expression (mp_Table) failed in LowLevelMemoryMap.h

UE - Platform - Mobile - Jun 16, 2017

I was able to repro this on both FF and Chrome. I have the latest FF 64-bit and was running into this after I deleted my intermediates, ran GenerateProjectFiles.bat, and built UE4 in VS. ...

Android ETC2 Debug Builds Crash on Startup

UE - Platform - Mobile - Sep 9, 2020

Android apps build with the debug configuration on ETC2 will crash on launch. ...

FBX exported from editor imports to Blender at 25fps

Tools - Jan 6, 2017

FBX exported from editor imports to Blender at 25fps. Maya and Max do not appear to take their frame rate from the fbx itself, but set by the scene itself. ...

Adding teleport node after AddMovementInput breaks jumping animation

UE - Gameplay - Jun 6, 2016

Calling the teleport node after the Add Movement Input nodes affects movement by preventing the character's capsule from updating, causing the mesh to hit the top of the capsule during the jump anim ...

Get Hit Result Under Finger by Channel appears to return the wrong location on MAC during PIE

UE - Platform - Apple - May 11, 2018

The location give by the Get hit result under finger by channel appears to be affected by screen size on Mac. When clicking an area in the level, it does not always return the area under the finger ...

Adding a Pass By-Reference input parameter to an event dispatcher is allowed, but causes a warning when called.

UE - Gameplay - Blueprint - Nov 19, 2018

You can add a pass-by-reference input variable to an Event Dispatcher, but it will will result in compile warnings, and changes to that input will not affect the value of the variable in the caller. ...