Class viewer does not save filters when closed

Tools - Jun 16, 2017

Regardless how the filters are set in the Class Viewer window, closing and reopening the window causes the filters to be reset to the default options. Regression: No - this behavior exists in 4.15. ...

Setting Sky Distance Threshold to 0 in a Skylight does not disable the light

UE - Graphics Features - Jul 11, 2017

When setting the Sky Distance Threshold to 0, the skylight in the level appears to make the level brighter instead of disabling the added light. This does occur in 4.16.2 and 4.15.3 ...

Private lobbies cannot be invited to on Steam

UE - Online - May 13, 2019

The old method doesn't work with private match invites as it doesn't have the right security permissions. It's still valid for dedicated servers. It also doesn't work properly with lobbies on VR eit ...

Montage Root Motion does not work from sub anim instances

UE - Anim - Gameplay - Oct 25, 2019

Root motion from sub instances is not used when the parent instance is marked as 'Root Motion from Montages Only'. Proposed fix is to modify USkeletalMeshComponent::IsPlayingNetworkedRootMotionMo ...

ISM Component in an instanced BP does not take into account changes to NumCustomDataFloats from the BP class

UE - Graphics Features - Sep 16, 2022

PerInstanceSMCustomData is bulk serialized and doesn't get changed on the BP instance when changing NumCustomDataFloats, possibly causing out of bounds array access leading to a crash. Possible sol ...

DX12/SM6 Sampler Counts increased for empty materials between 5.1 and 5.2

UE - Rendering Architecture - Materials - May 19, 2023

While not a major issue in and of itself, this can cause considerable headaches for materials where sampler counts in 5.1 were at 15/16 or 16/16 and when upgrading to 5.2 are now exceeding the built ...

FMaterialResource::IsDualBlendingEnabled bug

UE - Rendering Architecture - Materials - Jul 24, 2023

The user has a proposed fix for this in the case. FMaterialResource::IsDualBlendingEnabled needs the following modification that includes MaterialInstance check: bool bMaterialRequestsDualSourceBle ...

Auto Exposure Compensation Curve issue when switching from Histogram to Manual

UE - Rendering Architecture - Feb 21, 2024

When switching the Camera's Exposure Metering Mode from Histogram to Manual, there is a single-frame flash. The Licensee has a proposed code change that would fix this issue. Also found in 5.4, CL 3 ...

Crash Occurs on Exiting Standalone After Using DemoPlay

UE - Networking - Mar 2, 2017

Using Execute Console Command nodes to record and play back a demo is causing a crash in standalone. Using the console commands themselves does not seem to cause the same crash to occur. ...

FFieldPath resolution doesn't handle redirection

UE - Foundation - Core - Feb 16, 2022

A licensee has found that redirectors don't apply to FFieldPath. We should integrate it with the following changes:It needs better error handling (looks like it could infinitely recurse),The change ...