Post Process Material + Stereo Rendering = Left Eye Black

UE - Platform - XR - Dec 16, 2019

Left Eye Renders black in VR when a PostProcess Material is applied. On Quest Right eye renders post process mat and left eye renders scene, but upsidedown. Also occurs in Packaged Project and/or ...

Deleting folders in the Content Browser will not delete them permanently from Project Folder

UE - Editor - Content Pipeline - Content Browser - Mar 13, 2015

If you delete a folder from the Content browser that is in the Starter content, The folder will reappear if you reopen the project. The only way to delete them would be from Windows Explorer. I als ...

Spin Box delta does not appear to affect how the spin box increments through its values when clicking and dragging with the mouse

UE - Editor - UI Systems - May 12, 2017

Spin Box delta does not appear to affect how the spin box increments through its values when clicking and dragging with the mouse. The spin box appears to increment/decrement by more or less dependi ...

[CrashReport] UE4Editor-D3D11RHI!static void TerminateOnDeviceRemoved(HRESULT, struct ID3D11Device *) [D3D11Util.cpp:160]

UE - Rendering Architecture - RHI - May 6, 2020

This ticket tracks instances of D3DHung crashes now that Aftermath has been enabled in 4.25.0. [Link Removed] was marked fixed and closed with the enabling of Aftermath. Error Messages: Fatal err ...

Cannot edit "Detection by Affiliation" setting if AI Perception Component is setup in code

UE - Gameplay - Blueprint - Jul 9, 2015

If AIPerceptionComponent is set in code, a blueprint of the associated class cannot edit the Detection by Affiliation setting in the details panel for the component. ...

Array OnRep Notification Not Running on Server

UE - Networking - Nov 30, 2016

Array variables marked as RepNotify are not calling OnRep on the server when they are not directly set using a Set 'VariableName' node. Found in 4.14.0 CL# 3195953 Reproduced in 4.13.2 CL# 317229 ...

Owner No See option does not correctly apply to widgets using screen space

UE - Editor - UI Systems - Aug 17, 2017

When using the Owner No See option with Widgets, if the widget is set to display on the screen rather than the world, then the option does not affect the widget as intended. Other forms of changing ...

Instanced Stereo setting crashes engine when building lighting, creating a vector3 or disabling setting

UE - Platform - XR - Apr 4, 2022

After further investigation we noticed that the issue is arising from the Instanced Stereo setting. When creating a Vector3 in a new material, building lighting or disabling the Instanced Stereo set ...

FBX animations generated under fractional framerates fail to import

UE - Anim - Runtime - Aug 24, 2022

We now have the following error that is generated in FFbxImporter::ValidateAnimStackif (!FMath::IsNearlyZero(SubFrame, KINDA_SMALL_NUMBER) && !FMath::IsNearlyEqual(SubFrame, 1.0f, KINDA_SMALL_NUMBER ...

Clickable widgets fail to function as UWidgetComponents in standalone

UE - Editor - UI Systems - Jul 25, 2018

When in standalone, any widget that takes a click event doesn't respond properly to user input. Tested in 4.19(CL - 403788), 4.20(CL - 4228271), and 4.21(CL - 4229747) ...