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 ...
When adding rows to a DataTable that has its DataTable tab hidden or exited out, the Editor will crash when adding a row to the DataTable. This crash happens in 4.17, 4.18, and 4.19. ...
Overriding a BlueprintNativeEvent function with a const reference parameter in blueprints causes the project to fail to package if the blueprint is nativized. Note: This only occurs if the function ...
This is an infrequent crash in the 4.18 release. Users have not provided any descriptions of their actions when the crash occurred. Source Context 47 void UK2Node_MacroInstance::PostPasteN ...
This is an infrequent crash in 4.18. Users have not provided any descriptions of their actions when the crash occurred. Source Context 147 for (int32 ViewIndex = 0; ViewIndex < Views.Num( ...
In ShooterGame, when a Listen Server fires its weapon, the burst effect will not be replicated reliably to the client(s). Adding logging to OnRep_BurstCounter in ShooterWeapon.cpp will show that t ...
When adding an actor or scene component blueprint reference to an actor blueprint, the component gets changed to an Add Component node when updating the component blueprint. This bug was not present ...
When using a Random Stream variable to populate a Random Integer in Range from Stream, the Initial Seed value has no affect on the random integer selected. Workaround: Using a Seed Random Stream or ...
Camera flies out of the control of the user. This is done without playing it in editor but by navigating the camera. ...
This is a new Linux crash in 4.18.1. There are a few similar but different callstacks that reference dri/radeonsi_dri.so() I've attached a log, but none of the ones I've looked at appear to contai ...