Changing BlueprintCallable function's code results in Warning in blueprint that should be considered an Error

UE - Gameplay - Blueprint - May 3, 2016

A user reported an issue where, if a BlueprintCallable function's parameters are edited, a blueprint using a BlueprintCallable function will give warnings instead of an error for a problem after the ...

Ensure on Mac when applying materials from content browser

UE - Rendering Architecture - Materials - Mar 14, 2015

User reports that dragging materials into the editor from the content browser causes a hitch, followed by an ensure that. The user could not produce a crash report. Logs included Unable to reprodu ...

Using a Sequencer event track to set playback position to a time before the event will cause an infinite loop

UE - Anim - Sequencer - Nov 10, 2017

Creating a Sequence with an event track that calls SetPlaybackPosition to a time prior to the event key will cause a crash 100% of the time. This will occur even if the event is set up to only fire ...

ISM Component in an instanced BP does not take into account changes to NumCustomDataFloats from the BP class

UE - Graphics Features - Sep 16, 2022

PerInstanceSMCustomData is bulk serialized and doesn't get changed on the BP instance when changing NumCustomDataFloats, possibly causing out of bounds array access leading to a crash. Possible sol ...

Using nativized functions on buttons to spawn meshes causes assertion failure

UE - Gameplay - Blueprint - Oct 25, 2016

An assertion failure is thrown when using nativized functions on an Android device. ...

MetalRHI Asserts When Using "Profile GPU" With RHI-Thread/Parallel-Execution

UE - Graphics Features - Sep 14, 2016

When the RHI thread is enabled (with or without parallel-execution) for Metal it isn't currently possible to run "profilegpu" because the GPU timestamp emulation code isn't multi-thread safe and pro ...

Mousing over component list of an actor with InputComponent causes breakpoint in VS during PIE

Tools - Feb 24, 2015

When debugging a project through Visual Studio, if an actor with an Input Component is selected in the World Outliner a breakpoint will trigger in VS when attempting to select/mousing over any compo ...

[CrashReport] Assertion failure in NameTypes.h after CookOnTheFly

UE - Foundation - Core - Apr 25, 2017

This is a top crash occurring for users in the 4.14 and 4.15 releases. Unfortunately no user-descriptions of the issue have been provided, so information is limited. Despite a different callstack, ...

Hitting check when removing HISM instances with Custom Instance Data

UE - Rendering Architecture - Mar 20, 2023

Hitting check(UploadInfo.InstanceCustomDataCount * InstanceCount == UploadInfo.InstanceCustomData.Num()) and also seeing incorrect isntance order after removing instances from HISMs. Additionally ...

Renaming function in parent class that is overridden by child causes an ensure

UE - Gameplay - Blueprint - Aug 5, 2016

Extremely similar repro to [Link Removed], except in this case the parent function has no parameters or return values. Also encountered a one-off crash while exploring repro methods, but was unabl ...