Shadow in Sky Reflections

UE - Graphics Features - Lumen - Nov 10, 2023

It looks like the DistantScreenTrace(...) in LumenScreenTracing.ush reports a false positive hit in the dark regions. Using screen trace visualization reports the distance in these regions as 65535. ...

Network Prediction Insights tool checks/crashes with trace data from a multiplayer PIE session

UE - Gameplay - Network Prediction - Mar 27, 2024

Loading a trace in Insights that has Network Prediction channel data from a multi-client PIE session will hit a check and crash the Insights tool. ...

Nanite static mesh components are not individually highlighted when selected

UE - Rendering Architecture - Apr 30, 2024

Non-nanite static mesh components still show an individual highlight outline which individually selected even with other non-nanite static mesh components in the same actor. This is different when t ...

Depth of field and Refraction issue

UE - Rendering Architecture - May 15, 2024

Refraction does not adjust the scene depth texture, leading to a mismatch between Scene Color samples and Scene Depth samples. ...

Nested PackedLevelActor bounds issue

UE - World Creation - Worldbuilding Tools - Level Instances - Jul 23, 2024

2 minute hang and high memory usage when adding assets with large textures

UE - Foundation - Core - Cooker - May 28, 2015

2 minute (or more) hang and high memory usage when adding assets with large textures. The memory increase can be up to 3 or 4 GB when none of these assets(or referenced assets) take up nearly that ...

Local Vector variables in functions do not save the Y and Z values

UE - Gameplay - Blueprint - Mar 12, 2015

Local Vector variables in functions do not save the Y and Z values. Possibly connected: after entering the X value, pressing Tab does not move to the Y value. Tabbing from there works as expected. ...

Viewport Renders Black when adding a Third Player using Splitscreen Multiplayer

UE - Graphics Features - Feb 24, 2016

As the title suggests, whenever you attempt to add a third player using splitscreen, whenever the third player is created the viewport renders black. This only occurs when the viewport is sized to a ...

Crash When Adding Actor Component Tagged 'Within' to a Game Mode Blueprint

UE - Gameplay - Components - Apr 25, 2016

Crash occurs when attempting to add an actor component c++ class to a game mode blueprint if the actor component is tagged with the Within="GameMode". Found in 4.11.2 binary, reproduced in 4.10.4 ...

Get array node will disconnect on restart if it's getting from an array variable of the same bp

UE - Gameplay - Blueprint - Jun 18, 2015

Get array node will disconnect on restart if it's getting from an array variable of the same bp. User Description: I have connected GET and Target, then saved and closed the editor. Then I created ...