RVT output from Landscape Height gets incorrect mip cache loaded

UE - Graphics Features - Oct 13, 2021

I test it for more information for your reference:It happens only when a Landscape *Height *was output to the RVT, other Landscape's maps like BaseColor are all fine, as well as Height output from o ...

ListView does not update properly when game is paused

UE - Editor - UI Systems - Slate - Oct 12, 2021

The ListView widget currently depends on the UWorld's timer manager to fire an event indicating new entries have been generated (see UListViewBase::FinishGeneratingEntry). This can become a problem ...

AO denoiser propagate NaNs

UE - Graphics Features - Oct 12, 2021

IsDataValid is not called on components inherited via the Simple Construction Script

UE - Gameplay - Blueprint - Oct 7, 2021

IsDataValid is not called for components inherited via a parent's SCS. I've attached a small repro project. (4.27) ...

Display Blueprint Added Components on subobjects with meta = (ShowInnerProperties)

UE - Gameplay - Blueprint Editor - Sep 28, 2021

Right now only native subobjects are displayed in the details panel with meta = (ShowInnerProperties) is set. Child Actor Components are an example of this, where if the child actor you have added h ...

VR Editor Mode doesn't work with OpenXR

UE - Platform - XR - Sep 27, 2021

Splitting a struct pin on a function node does not display tool tips on resulting struct member pins

UE - Gameplay - Blueprint Editor - Sep 15, 2021

Splitting a struct pin on a function node does not display tooltips for the resulting struct member pins.  upd. Regression was checked on //UE4/Release-4.26 CL 15973114, issue wasn't reproduced. Re ...

Pasting timeline components into another actor and then choosing "cancel" on fix self context function references results in a broken state

UE - Gameplay - Sep 13, 2021

upd. Regression was checked on //UE4/Release-4.26 CL 15973114, issue was reproduced. Regression - No ...