When failing to hot reload in some cases, the compile button in the editor will disappear and Hot Reloads will stop occurring. This tends to happen randomly in other scenarios but the method above i ...
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 ...
This is a Mac cooking for iOS commandlet crash that has occurred occasionally for some users in 4.16. Example Command Line (PII removed)/Users/---/Desktop/---/---.uproject -run=Cook -NoLogTimes -T ...
A crash occurs when diffing a blueprint that contains an array that has changed from an Object Reference to a Soft Object Reference. Note: I figured that this could be related to another bug that I ...
THere is an issue with the Mouse cursor when using UMG with the set show mouse cursor option. after setting the set show mouse cursor off pressing a widget and giving it focus causes the mouse curso ...
There is an issue when attempting to reorder blueprints where Blueprint Function Reorder displays error tooltip when trying to reorder functions. In previous engine versions, functions could not be ...
There is an issue with ramp-like textures where multiple corners are covered when you apply the mesh with the alpha channel on, there is a strange border that appears around the whole plane mesh tha ...
I received a report that there is a situation in UE 4.21 that it is not possible to acquire push notification device token on iOS And they seem to have solved the problem by fixing the following pa ...
After enabling "Support Compute Skincache" in the project settings and packaging a game on Linux, the packaged game will throw an assert. Any setting that turns "Support Compute Skincache" on automa ...
SynthComponent does not execute OnStop() after calling Stop(). OnStop() will be called in PumpPendingMessages() via OnGeneratePCMAudio(). But after stopping the AudioComponent, the procedural Sound ...