[CrashReport] Crash on FMaterialEditor::OnCanPromoteToParameter()

UE - Rendering Architecture - Materials - Jun 22, 2017

This is a common crash in the 4.16 release (affecting Windows and Mac). A log file is attached. Users have not provided descriptions so additional information is not currently available. Windows C ...

[CrashReport]UnrealEditor-Chaos!Chaos::TEventContainer<Chaos::FCollisionEventData>::DispatchConsumerData() [EventManager.h:214]

UE - Simulation - Physics - Mar 14, 2022

Generated from CrashReporter Error Messages:Assertion failed: (Index >= 0) & (Index < ArrayNum) [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Public\Containers\Array.h] [Line: 691] Array ind ...

Bounds location of apex destructible mesh will not be updated when added to sequencer directly from content browser

UE - Simulation - Physics - Destruction - Apr 22, 2020

Destructible mesh's location will not be updated when added to sequencer directly from content browser, unless two different locations are keyed on the transform track of the mesh. We found the bug ...

Ragdoll replication on server side is not replicated correctly on client

UE - Networking - Dec 2, 2014

Ragdoll replication on server side is not replicated correctly on client. The client will see the server players ragdoll dissappear and reappear at the 0,0,0 origin point. AnswerHub Posts: https: ...

Breakpoint on SetText node in WBP PreConstruct triggers editor hang on save

UE - Gameplay - Blueprint - Apr 17, 2024

A user reported that when calling SetText on a text widget in a widget blueprint's PreConstruct causes an editor hang when you put a breakpoint on SetText and attempt to save the asset. The issue i ...

[Bug] 4.7.0 preview 5: Cannot add events for the main component of the SkeletalMeshActor

UE - Gameplay - Blueprint - Feb 9, 2015

In UE4.7 Preview 5, cannot add events for the main component of the SkeletalMeshActor. (see screenshot.) ...

Fix iterative cooks to keep track of CookAdditionalFiles and delete them when the package file that created them is invalidated

UE - Foundation - Core - Cooker - Sep 23, 2022

A licensee reports they are using the CookAdditionalFilesOverride function in UObject to add files to the project. This file is properly copied into the Staging area during Packaging, and is appropr ...

Phones with no magnetometer -> GetInputMotionState returns all 0s

UE - Platform - Mobile - May 23, 2018

Bug submission from a user overseas: " On some devices (Moto G5 Plus, Moto G5 S Plus) the values are always 0 like : Tilt : 0.00.00.0 RotationRate : 0.00.00.0 Gravity : 0.00.00.0 Accleration : 0.00 ...

When using the draw text node On paint setting the position appears to have no effect

UE - Editor - UI Systems - Dec 7, 2015

If the user uses the on paint function in combination with the draw text node then the text appears to only at the position 0,0 regardless of what position is specified. ...

Make Custom Event names start with "Event"/Fix "Event Event" issue with overridden Events

UE - Gameplay - Blueprint - Dec 17, 2015

If you name an Event something like "Event Foo", overriding the event in a ChildBP gives you "Event Event Foo" To avoid this, please make Custom Event names Start with "Event" ...