Xcode 8 Beta Toolchain Breaks InfiltratorDemo on AMD On 10.11.6

UE - Platform - Apple - Jul 27, 2016

InfiltratorDemo rendering is entirely broken on 10.11.6 using AMD GPUs when the shaders are compiled to byte code using the Xcode 8 Beta 2 toolchain. This does not appear to occur with the Xcode 7.3 ...

Level Sequence Actor- bTickWhenPaused is unsettable from the details view

UE - Anim - Sequencer - Aug 1, 2024

See UDN here: https://udn.unrealengine.com/0D5QP00000TtFaV0AV?fromCase=1 The issue is that in FMovieSceneSequencePlaybackSettings, the TickInterval struct is marked with an EditCondition to only be ...

Ongoing D3D 'HUNG' crash - FD3D11Viewport::PresentChecked()

UE - Graphics Features - Jan 18, 2017

This is a new ticket for the D3D 'HUNG' crash originally reported in [Link Removed]. Some fixes were introduced in 4.14.2 that decreased the occurrences of this crash, but other cases are still ongo ...

[Groom] Very thin hair has incorrect raytraced shadow on edges

UE - Graphics Features - Lumen - Jun 8, 2020

This only happens when 1) Hair Width is very small. e.g. 0.01 in the example 2) Light has raytraced shadow and Samples Per Pixel has a value > 1. e.g. 8 in the example The problem seems to be rel ...

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 ...

WmfMedia: Track switching does not work

Media Framework - Aug 31, 2016

Track switching is currently not supported, because media with multiple tracks of the same type fail to load. Once that is fixed, implement run-time track switching. ...

FFT corruption in bloom from sampling outside of viewport

UE - Graphics Features - May 27, 2021

Licensee has suggested a fix: "Switching to >= resolves the problem: in GPUFastFourierTransform2DCore.ush, `bool InWindow = ...` at lines 127, 144, 170, and 185." ...

Streaming Virtual Texture UDIN V Offsetting

UE - Editor - Content Pipeline - Import and Export - Jan 31, 2024

UDIN virtual textures appear to have row 0 (U coordinate [0 - 1) swapped to the other side of the texture vertically. ...

LeapHandGrabbing comment is different than actual used value for hand grabbing.

UE - Platform - XR - Oct 24, 2016

The comment for LeapHandGrabbing( ) states grab strength is 0.5 when HandClosed( ) only returns true when grab strength is equal to 1.f. ...

MoveToActor doesn't update AI's path on goal actor's move

UE - AI - Mar 16, 2015

A number of issues with MoveToActor have been observed in 4.7.2, including: 1. Not updating path on goal actor's move 2. hitting obstacles after path updating ...