Search in Blueprint can encounter a deadlock condition when the window is closed before the search finishes and an FText lookup is pending

UE - Gameplay - Blueprint Editor - Jun 19, 2024

When a running search in all blueprints is closed, it may prevent an AsyncTask used to return the look up FText's from StringTables from running on the game thread, leading to a deadlock. When the ...

Pasting custom data floats from a text editor into a instanced static mesh component crashes the editor

UE - Gameplay - Components - Aug 5, 2024

When an instanced static mesh component with a material using a PerInstanceCustomData node has its data floats pasted in, the editor crashes with an "Array index out of bounds" error. The licensee w ...

Enemy projectiles are traveling further then expected once project is packaged.

When playing the user's project in editor vs Packaged, there has been different results for the enemy projectiles and how they are shown on the screen. When In editor, any enemy projectile will dama ...

[CrashReport] Crash trying to destroy an uber graph frame because the RawPointer is still set

UE - Gameplay - Blueprint - Jul 21, 2017

This is a trending crash in the 4.17 Preview. Users have not provided any descriptions of their actions when the crash occurred. Source Context 2408 uint8 *Data = (uint8*)Dest; 2409 ...

Unable to Create New Niagara User Parameter After Deletion without Niagara Editor Window Restart

UE - Niagara - Scripting - Apr 22, 2024

When a user deletes a Niagara User Parameter within the Niagara System editor window, attempting to create a new parameter with the same name immediately after deletion results in an error. Despite ...

Custom Enums break blueprints on hot reload

UE - Gameplay - Blueprint - Aug 3, 2015

If a custom code based enum is used inside a blueprint, doing a hot reload will break the nodes by assuming they are of a type other than enum. ...

Event Dispatchers do not update references when renamed

UE - Gameplay - Blueprint - Feb 23, 2016

Event Dispatchers do not update event references when renamed if the green "+" is used to add the event in the Details Pane of an actor component. Note: Event Dispatchers appear to rename normally ...

Removing Pose from Blend by Enum causes compile error with float defining blend time

OLD - Anim - Sep 16, 2015

Removing Pose from a Blend by Enum node can cause compile errors when a float is defining all of the blend times. ...

Calling a Multicast RPC from a Player Controller creates a new Player Controller on the Client

UE - Networking - Jun 3, 2015

Calling a Multicast RPC from a Player Controller creates a new Player Controller on the Client. In 4.7.6, this results in a repeating log warning: "LogPlayerController:Warning: Calling IsLocalContro ...

'Greater/Lesser Than or Equal To' nodes do not work consistently with values lower than 1

UE - Gameplay - Jun 8, 2015

'Greater/Lesser Than or Equal To' nodes do not work consistently with values lower than 1 Note: The issue isn't present with whole numbers (ex: 10 decremented by 1) ...