Trace to complex collision returns incorrect PhysicalMaterial

UE - Simulation - Physics - Dec 15, 2022

In ConvertQueryImpactHitImp, MaterialIndex is looked up from InternalFaceIndex, but FTriangleMeshImplicitObject:: MaterialIndices is an array by ExternalFaceIndex, so it returns incorrect material i ...

Virtual Heightfield Mesh crash using released Vertex Factory

UE - Rendering Architecture - Jul 25, 2023

When using VirtualHeightfieldMesh we see intermittent crashes in FDepthPassMeshProcessor::TryAddMeshBatch(). This can happen when FVirtualTextureProducerCollection::CallPendingCallbacks() is called ...

Media Playback - PNG Image Sequence Crashes Editor

Media Framework - Sep 14, 2023

The attached 105 frame PNG image sequence ( 1920x1080 w/alpha ) crashes the editor in UE 5.3 and 5.4 when played in the media player or in a MediaPlate.   The same image sequence does not crash the ...

delete_all_material_expressions_in_function Doesn't delete all expressions in one go.

UE - Rendering Architecture - Materials - May 24, 2024

UDN: https://udn.unrealengine.com/s/case/500QP000009NxNBYA0/deleteallmaterialexpressionsinfunction-doesnt-delete-all-expressions-in-one-go?fromCase=1 A UDN user is reporting that the delete_all_mat ...

Affect Indirect Lighting While Hidden can affect the environment after data layer unload in editor

UE - Graphics Features - Sep 9, 2024

After setting Affects Indirect Lighting While Hidden but before saving the level, the emissive contribution persistents through datalayer visibility toggles. This does not appear to occur in PIE, on ...

Blueprints from UE4 with dangling delegate reroute node crashes on UE5 load

UE - Gameplay - Blueprint Compiler - Dec 22, 2023

If a project from UE 4.27 or earlier has a blueprint with a reroute node dangling (no outgoing connection) from a Custom Event Node's delegate pin (red), this blueprint will crash when loaded in UE ...

Crash importing morph targets with animation and opening it in animation editor

UE - Graphics Features - Mar 31, 2017

Lina encountered a crash when importing the attached FBX file with morph targets and animation, and then opening it in the animation editor. I was not able to reproduce this issue in QAGame (her re ...

Editing Struct variable types can cause pins of an array of that struct to become disconnected

UE - Gameplay - Blueprint - Jun 6, 2016

When changing the variable type of a variable in a struct, it can cause some pins related to arrays of this struct to become disconnected. The project provided was from the Marketplace, entitled "Su ...

Editor crash when using Straighten Connection shortcut key

UE - Gameplay - Blueprint - Feb 8, 2017

Using Straighten Connections shortcut can cause the editor to crash after removing node pins. This appears to be due to GetGraphPinForMenu returning the last pin selected (in this case, the removed ...

ConstructorHelpers::FObjectFinder failing to compile with UPaperFlipbook

UE - Foundation - Core - Feb 21, 2017

If ConstructorHelpers::FObjectFinder is used with UPaperFlipbook as its class specifier, compiling the code fails with the following error: Error C2664 'void ConstructorHelpers::ValidateObject(UObj ...