The 'Add Movement Input' node no longer functions on a Default Pawn. This worked in 4.5.1 & 4.6.1. ...
SetGamePaused on EventDestroyed crashes the editor on compile. Reproduced in 4.7.3 binary and Main (//depot/UE4/Promotable-CL-2496752) Crash Report: [Link Removed] Call Stack: UE4Editor_Engine! U ...
The Noise Material Expression is rendering values well outside the Min and Max Range set in the Expression node. Also Reproduced in Main Promotable-CL-2469752 Alerted the user to suspicions and su ...
Add Actor Local Offset does not work for Client Characters. The client attempts to move but is forced back to start, resulting in a jitter and not the intended movement. The same movement setup in a ...
FDateTime is not correctly formatted by As Date Time when using any dates before January 1st, 1970. From a conversation on Slack with MaxP: this is probably an underflow the ICU based string format ...
When rendering a movie out as a PNG sequence, the PNGs are all rendered with Transparency and require the addition of a Black layer before the frame can be viewed as in the Matinee. Went back and t ...
Our sample games all seem to use the semi-deprecated Classes folder for their headers, and many of these headers omit a #pragma once (or other header guard). This means that they don't play nicely ...
Using an asset with a "" character located in its name, will not allow that asset to be assigned to any other asset's input. For example a Texture with a "" in its name cannot be assigned to a Mate ...
if I place a mesh with "Can Ever Affect Navigation" set to true, then set it to false, it will leave the NavMesh with a bugged "hole" that AI does not path around correctly (causing the "Blocked" er ...
Editing the value of an Array Variable in an Actor Component's bp Details panel will collapse the expanded array. Found in 4.7.3 but also reproducible in Main 2491982. Another user reporting the i ...