Crash when capturing attribute spreadsheet of Niagara GPU Particle with raytracing enabled

UE - Niagara - Jul 8, 2021

Also, NiagaraDebugger crashes the moment I enable GPU Particle Readback. ...

Material Quality Level not working with Layers

UE - Graphics Features - Jul 6, 2021

Vulkan bloom convolution causes crash

UE - Rendering Architecture - RHI - Jul 6, 2021

Ensure condition failed: Layout == VK_IMAGE_LAYOUT_SHARED_PRESENT_KHR || Layout == VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL || Layout == VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_RE ...

Guid of Actor Reference does NOT replace in UMovieSceneActorReferenceSection::OnBindingsUpdated

UE - Anim - Sequencer - Jul 6, 2021

In UMovieSceneActorReferenceSection::OnBindingsUpdated, Key isn't reference, so the GUID isn't replaced.for (FMovieSceneActorReferenceKey Key : ActorReferenceData.GetData().GetValues()) { if (O ...

BuiltData is saved alongside it's map, even if lighting hasn't changed

Tools - Jun 25, 2021

Saving a map will always resave the map's BuiltData, even if the BuiltData hasn't been marked dirty. Changes were made to avoid marking it dirty for [Link Removed], but the call to SaveWorld in FEdi ...

Project Settings for Take Recorder's Animation Recorder do not persist after editor restart

UE - Anim - Sequencer - Jun 25, 2021

Animation Recorder settings do not persist after editor restart. Can be worked around by setting the values in the EditorSettings.ini file under: [/Script/TakeTrackRecorders.MovieSceneAnimatio ...

Deleting transform track can fail to restore state

UE - Anim - Sequencer - Jun 24, 2021

Deleting the transform track for an actor that does not have a transform track by default can fail to restore state if there are no keys.  ...

Deactivating a shot section from scripting does not affect evaluation

UE - Anim - Sequencer - Jun 23, 2021

Disabling a shot from scripting will not affect evaluation of the sequence.  ...

When creating an asset from an Emitter with a scratch module, changes to the new module will not propagate

UE - Niagara - Jun 21, 2021

A scratch module made in an emitter, will not reflect the changes of its new parent when an asset is crated from the emitter. ...