BlueprintNativeEvent functions break on hot reload

UE - Gameplay - Blueprint - Mar 7, 2015

A blueprint that uses a node for a BlueprintNativeEvent function breaks on hot reload. Blueprint cannot be saved or compiled. Compile error states: Error This blueprint (self) is not a HOTRELOADED ...

SetMaterial allows the user to add a Material which updates the GetMaterials array but not GetNumMaterials

UE - Gameplay - Jan 15, 2015

SetMaterial allows the user to add a Material which updates the GetMaterials array but not GetNumMaterials. The user who reported this was trying to add a material to a skeletal mesh during runtim ...

Package game and standalone game crashing (possibly related to UE-6766)

UE - Gameplay - Dec 23, 2014

Crashes in UGameplayStatics::GetPlayerController, probably because World is NULL. When you package this vehicle game setup or play in standalone, the game will crash. 4.6.1 release crash (Standalo ...

Setting Pressed Sound for Widget Style Doesn't Set the Value

UE - Editor - UI Systems - Nov 6, 2015

Attempting to set the Pressed Sound for Widget Style dynamically never actually sets the sound. When you click the button, you get no pressed sound. However, when setting the Pressed Sound through t ...

Memory Leak occurring when switching between levels in Standalone

UE - Foundation - Core - Oct 29, 2015

A memory leak seems to occur when switching between levels multiple times. This is being monitored by memreport full ...

'Get Distance Along Spline At Spline Point' Causes Crash

Tools - Jul 28, 2018

User reports that the reason for the crash is that because UpdateSpline is false on the AddSplinePointAtIndex blueprint node, this line is never called [ReparamTable.Points.Reset(NumSegments * Repar ...

[MetaSounds][Stereo Mixer] - When changing the gain on the Right channel dynamically, the output has clicks and pops

UE - Audio - MetaSounds - Mar 31, 2022

When changing the right channel gain of the stereo mixer at runtime, it generates clicks and pops in the output. ...

Custom node not working with material attributes

UE - Rendering Architecture - Materials - Jul 15, 2024

Using Material Attributes as an input to a Custom Expression causes the HLSL Translator to create multiple CustomExpression# functions, for each used member of the Material Attributes, rather than u ...

The Add node does not update in the Construction Script

UE - Gameplay - Blueprint - Feb 28, 2015

The Add node does not update in the Construction Script. Reproduced in 4.7.1 binary and Main (//depot/UE4/Promotable-CL-2455917) ...

Cannot save actor after actor component modification, Graph is linked to private object(s) in an external package

UE - Gameplay - Blueprint - Sep 28, 2016

Cannot save actor after actor component modification. The user gets the error Graph is linked to private object(s) in an external package ...