Duplicated Blueprint Causes Incorrect Target for Events

UE - Gameplay - Blueprint - Oct 15, 2015

Duplicating a blueprint that has a node hooked up to BeginPlay causes the BeginPlay in the duplicate blueprint to target the original blueprint. This does not appear to affect functionality. Occur ...

Struct array variables interpret multiple Structs as the same if they have the same values

UE - Gameplay - Blueprint - Jul 7, 2015

Struct array variables interpret multiple Structs as the same if they have the same values. This does not occur if the values in the Structs added to the array are different. Test project in 4.8.1 ...

A function in a Blueprint Function Library that references another function in that library cannot be saved after closing and reopening the project

UE - Gameplay - Blueprint - Mar 1, 2015

A function in a Blueprint Function Library that references another function in that library cannot be saved after closing and reopening the project. The library will save without error until the pro ...

[CrashReport] UE4Editor_D3D11RHI!VerifyD3D11CreateTextureResult() [d3d11util.cpp:276]

UE - Graphics Features - Mar 30, 2017

This crash seems to be related to or a continuation of [Link Removed], where that specific CrashGroup stopped receiving new crashes after the 4.10 release. This one has occurred from 4.13 - 4.15 (s ...

Reset Instance Changes to Blueprint Defaults does not reregister components

UE - Gameplay - Blueprint Editor - Jan 17, 2024

For map placed blueprint actors with components with property modifications, when triggering Reset Instance Changes to Blueprint Default from the actor instance's Details panel, any components with ...

Command r.DebugSafeZone.Mode 0 does not disable overlays

Tools - Feb 19, 2020

Running the console command r.DebugSafeZone.Mode 0 does not disable all overlays.  The issue occurs when setting custom values in DefaultEngine.ini as well.  Tested using the following settings:  ...

Changing the value of a text struct variable inside a duplicated function that contains a Make Struct node will reset that value in the original function

UE - Gameplay - Blueprint - Mar 11, 2015

Changing the value of a text struct variable inside a duplicated function that contains a Make Struct node will reset that value in the original function. This does not appear to occur with other va ...

[CrashReport] UE4Editor_Kismet!FBlueprintGraphArgumentLayout::OnArgNameChange()

UE - Gameplay - Blueprint Editor - Jul 19, 2017

This is a common crash affecting users in 4.16 and has been occurring since at least 4.14 affecting more than 300 unique users. User Descriptionsi made a macro called IsolateYaw and set the input t ...

Changing Effects Quality with Console Command Resets Audio Playback of Packaged Game

UE - Graphics Features - Feb 26, 2015

When packaging a product for Windows (64) with an 'Event Begin Play' node executing a UI sound to play, and changing the Effects Quality within the console, restarts the audio playback for that soun ...

Inconsistent Prioritization of Navigation Modifiers

UE - AI - Dec 12, 2016

When working with Nav Modifiers in a level that contains objects that have a custom Nav Area class, the prioritization of the modifiers is not consistent. If you notice in the attached project, so ...