[CrashReport] UE4Editor-Kismet.dylib!FTabInfo::OnMouseDownHisory(FGeometry const&, FPointerEvent const&, TWeakPtr<SMenuAnchor,()

UE - Platform - Apple - Jul 20, 2017

This is a common crash affecting Mac users in 4.16. It has occurred since at least 4.13 ...

Google VR causes app to close on splash screen for shipping builds on iOS

UE - Platform - XR - Feb 23, 2017

[NickW] This is because the app needs permissions for the camera in the plist when deploying on iOS. ------------------ Google VR appears to crash on a shipping build when installing onto an iOS d ...

Custom functions can call Set Timer nodes

UE - Gameplay - Blueprint - Nov 11, 2015

Custom functions can call Set Timer nodes. There are no other time related functions that can be called through custom functions. Calling a timer through custom functions seems to lead to editor cra ...

Editor Performance drops when removing frames from animations with curve data

OLD - Anim - May 26, 2016

Editor Performance drops when removing frames from animations with curve keys Regression: No, removing frames on animations with curves had a chance to crash the editor in 4.11, which doesn't happ ...

Memory leak after simulating in Editor with opened 'Editor Preferences' tab

Tools - May 7, 2020

This can be repeated many times before the editor crashes without any messages and other programs with the video driver crashes too. Because out-of-memory. This is similar to [Link Removed]. This w ...

[MetaSounds][Sine Generator] - Ensure in MetasoundEnum.h

UE - Audio - MetaSounds - Mar 25, 2022

Live Ensure seen in Crash Reporter. Crash Reporter Link: [Link Removed] Hit 13 times by 4 users.Ensure condition failed: Converted [File:D:\build\++UE5\Sync\Engine\Plugins\Runtime\Metasound\Source\ ...

Memory stomp in UTexture2DArray::SetPlatformData

UE - Texture - May 30, 2024

A crash from bad memory access can happen when clearing the textures in a Texture2DArray asset. This appears to be because the order of operations when deleting the platform data is: ``` if (Privat ...

Failed to launch project with -D3D10 Command Line Argument

UE - Graphics Features - Jun 3, 2019

Adding the d3d10 command line argument to a package project results in a crash. This worked normally in 4.21 and below.  ...

Duplicating Collapsed Node Graph With an Asterisk in the Name Results in "Invalid Graph"

UE - Gameplay - Blueprint - Sep 20, 2017

If you give a Blueprint node a name containing an asterisk, then collapse it, if you copy and paste the collapsed node the duplicate node will say "Invalid Graph." Additionally, if you try to renam ...

Memory leak when using Blueprint Debugger while inspecting a return value

UE - Gameplay - Blueprint - Mar 11, 2022

Potential memory leak when using Blueprint Debugger to inspect a return value multiple times while playing. User also reported this would cause a crash, but I didn't try to max out ram usage to trig ...