AREnvProbe - App crash on iPad if automatic environment capture is enabled

UE - Platform - XR - Jan 9, 2020

This crash does not occur on iPhone devices. Tested on an iPhone X device. When switching environment capture to manual for iPad, the crash did not occur. ...

Normals and Tangents cannot be load correctly when re-importing Skeletal Mesh

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

This problem started in 4.24 and not in 4.23. CL 9114926 seems to be relevant. ...

Dynamic Delegate for Actor doesn't show up in BP Editor

UE - Gameplay - Sep 21, 2020

The delegates for actor should show up in the Detail tab like components. There should be an "Event" group and list all available delegates, and designers can click on the "+" sign to add event on t ...

Latent Actions do not execute if the blueprint name contains non-english characters

UE - Foundation - Core - Oct 27, 2020

REGRESSION: Issue started occurring with 4.25.4 Blueprints with non-English characters in their name will not trigger latent actions. The following warning appears in the log in this case: LogScr ...

Level sequence does not play when using async load for level

UE - Anim - Sequencer - Jul 25, 2022

The problem seems to be that FLevelSequenceBindingReference::Resolve () fails due to LoadPackageAsync() called in the FStreamableManager::StreamInternal() function. The licensee reports that the pro ...

Renaming an asset set to Sequencer's Payload causes the reference to be removed after restarting the editor.

UE - Anim - Sequencer - Sep 29, 2022

Renaming assets set to Sequencer's Payload will resolve the reference after restarting the editor. This is probably due to the fact that FemaleSceneEventPayloadVariable::Value is a String type. This ...

Adding a water island when substrate is true will flatten the landscape

UE - Graphics Features - Substrate - Jul 20, 2023

When a landscape weightmap or heightmap update is required, ALandscape::ResolveLayersTexture is called via the ALandscape::UpdateLayersContent() The problem appears to be that all pixels in the Out ...

When creating a new NiagaraSystem using existing system, the DefaultEffectType set in ProjectSettings is not reflected.

UE - Niagara - Jul 24, 2023

When creating a new NiagaraSystem, the DefaultEffectType set in ProjectSettings should be reflected. If another EffectType is already set, it should be respected. The problem here is that when creat ...

Auto Exposure Compensation Curve issue when switching from Manual to Histogram

UE - Rendering Architecture - Feb 21, 2024

When switching the Camera's Exposure Metering Mode from Manual toHistogram, the exposure level resets and takes time to settle. The Licensee has a proposed code change that would fix this issue. Als ...