Editor Crash When Using FRequestPlaySessionParams GlobalMapOverride To Load World Partition Map

The licensee has been using a custom CVAR to launch directly into PIE for a world partition level. Since updating to 5.4, this now causes an editor crash. The main factor appears to be whether or no ...

VR Preview crash when shadow quality is set to low

UE - Platform - XR - Dec 5, 2024

[/Script/Engine.RendererSettings] r.Tonemapper.Sharpen=2 r.TemporalAA.Upsampling=False r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True r.LightPropagationVolume=0 r.ReflectionCaptureRe ...

A UFactory supporting '.flt' files interferes with the texture factory.

UE - Editor - Content Pipeline - Import and Export - Dec 5, 2024

Hi, I’ve written a plugin to enable loading of OpenFlight models into UE5 and have some snags that I could do with help to resolve.Plugin/Texture Interference: Created the plugin using a UFactory d ...

GeometryCollection's root proxy doesn't support complex tracing

UE - Simulation - Physics - Destruction - Dec 5, 2024

More details in this thread: [Link Removed] ...

WasRecentlyRendered() and GetLastRenderTimeOnScreen() still triggers when a skeletal mesh re-enters the view frustum despite being occluded.

UE - Rendering Architecture - Dec 4, 2024

AActor::WasRecentlyRendered() and UPrimitiveComponent::GetLastRenderTimeOnScreen() both still trigger when a skeletal mesh (occluded behind a wall) re-enters the player's view frustum after being ou ...

FRenderThreadCommandPipe::EnqueueAndLaunch does not properly capture/reapply LLM Context in all situations

UE - Rendering Architecture - RHI - Dec 3, 2024

When multiple render commands are enqueued before the graph task runs for a prior enqueued command, the new commands will be put into the Queue for the task to run and no context is captured. When t ...

Crash can happen in FDetailLayoutBuilderImpl::Tick() when a category of UStruct member includes the "|" symbol and member is Tickable.

UE - Editor - Workflow Systems - Dec 3, 2024

A crash can occur when a member of a UStruct has a category with the "|" symbol and is trying to be displayed inside by the FDetailLayoutBuilderImpl class. This happens when there is a UStruct memb ...

Physical Material Mask bug found in GetPhysMatIndex, potentially causing issues with lookup.

UE - Simulation - Physics - Dec 2, 2024

On line 408 of UPhysicalMaterialMask::GetPhysMatIndex() in PhysicalMaterialMask.cpp, the AdjustCoord() function is given AddressX for both the U and V coordinates. The AddressY input is never used i ...

Some instances spawned by NeagaraDataInterfaceChaosDestruction breaking event will be set location to the world origin

UE - Niagara - Data Interface - Nov 29, 2024

 The following code can often be found in UNiagaraDataInterfaceChaosDestruction.const int32 ParticleID = ParticleIDParam.GetAndAdvance() - LastSpawnedPointID + 1; The LastSpawnedPointID is usual ...

Nanite Mesh Reduction Issue

UE - Graphics Features - Nanite - Nov 28, 2024

This issue was reported through a UDN. Licensee mentioned that they are seeing a hole in their Nanite mesh at as they move away from it. Using the Nanite debug view we observe at a certain distance ...