When user sets their texture compression to BC7 while the project settings are set for Platform to only be Windows and use only DX11 this will cause any textures with this set to cause a crash when ...
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 ...
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. Reproduced in 4.7.1 binary and Main (//depot/UE4/Promotable-CL-2455917) ...
RepNotify variables passed by reference to a function or macro that then change the value of the variable do not trigger the OnRep function on the Server. This is inconsistent with the behavior with ...
Looks like there's a missing if/else pair in BodyInstance.cpp ...
Particle record feature in the matinee seems not properly working in the Editor. When trying to play in the matinee with recorded keys, the Engine will crash with Access violation - code c0000005. ...
Adding to Struct causes 'Inappropriate Outermost' warnings to be spammed to the Output Log ...
When a component written in code has it's category setting changed in blueprint the rest of the details for that component will not be editable once the component is deselected and reselected. ...
Changes in Scale are not replicated on the Client through RPCs. Location and Rotation are replicated as expected. Reproduced in 4.7.6 binary and Main (//depot/UE4/Promotable-CL-2522625) ...