A licensee has reached out via EPS about a texture loading issue they are having in-editor. I summarized the most important points below:The issue relates to texture load failure associated with mat ...
This crash repros from at least UE 5.3 and up to latest. The following assert is hit: Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 1067] Array index out of bounds: 0 in ...
Building lighting via commandlet and via editor are giving different results. To prevent one method from polluting the other via Swarm cache, the cache needs to be cleared in between tests. ...
When a TInstancedStruct contains a UObject marked with EditInlineNew and DefaultToInstanced, the reference is lost after compiling the Blueprint but only when the struct is part of a native Actor cl ...
Post: { "jobId": "685b12ad6765a5c9fefad260", "stepId": "a991", "key": "output-otem-job2", "data": { "Type": "Simple Report", "TestName": "EditorClientBoot", "Descript ...
Context Unreal Insights displays Timing Insights that can include GPU timing information. Rendering code such as FDeferredShadingSceneRenderer::RenderPrePass() generate such events.Problem Certain f ...
Starting in Unreal Engine 5.4, StaticDuplicateObject internally switched to using Unversioned Property Serialization (UPS) for performance reasons. However, UPS assumes the source and destination ob ...
When the structure is used as a key for Map in Blueprint, Edit Conditions does not work properly. It will be updated when you move the focus to a different location(ex. a component) and click the v ...
Calling the ApplySettings method on a UGameUserSettings object results in a noticeable hitch, with severity proportional to the number of primitive components present in the scene. This hitch stems ...
TSR (and TAA) does not converge when interacting with the color grading widget, but while keeping the mouse still. This makes it real-time previews more difficult. The expected behavior would be tha ...