Pin wires do not connect correctly after collapse to function and duplication. Any node can cause this issue, I used an INT variable because it was quick to test with. Regression: This issue affect ...
This is a common Mac crash that has been occurring since 4.15. It shares the same callstack with [Link Removed], but that was verified fixed for 4.16.0, while this crash still continues into 4.16. ...
Displaying the UMG content with a material shader will mean that it is drawn to an sRGB aware surface and thus blended in linear space instead of sRGB space (as widgets expect). In sceenshot-1.png t ...
When using the left mouse button to click and drag a button, the on drag detected will not fire even when using precise click. This was not the case in previous versions of the engine (Works as expe ...
After compiling, the variable disappears from the variable list which prevents the user from deleting it and being able to recompile the level succussfully Not a regression as it occurs in 4.18.1 a ...
Editing the bIsOrthographic variable in PlayerCameraManager does not cause the view to change to/from Orthographic Regression?: Yes This worked correctly in 4.17.2-3658906+++UE4+Release-4.17 This d ...
When attempting to view an Animation Blueprint, Skeletal Mesh, or Physics Asset in any of the Orthographic views the Editor remains in Perspective View. This is a regression as the issue was not pre ...
Box Collision component with physics interacts with the player capsule when set to Overlap only. This only seems to happen when both the Box Collision and the player capsule are set to Generate Ove ...
No user comments in crash group 986 FLinearColor GetClearColor() const 987 { 988 ***** ensure(ColorBinding == EClearBinding::EColorBound); 989 return FLinearColor(V ...
When importing static meshes from 3Ds Max into unreal the names of the static meshes will be retained in the scene but not within the content browser. It appears to simply number the objects from 1 ...