When using a DM and applying force via blueprints with event tick will cause a crash. Workaround: Using a timer instead will not cause any crash even with very low values. Crashreporter: [Link Re ...
Using a FormatText node with Specifier in the same graph as an empty Macro will freeze the editor. Not using the Specifier or deleting the unused Marco will allow the BP to compile fine. **Only rep ...
When trying to override the CanJump function of a character blueprint, the function does not show up in the MyBlueprint panel's function section. Hovering over the Function bar shows the "Override" ...
When creating a new project from the vault, for example: Content Examples, each time it tries to save on the C:\My Documents\Unreal Projects instead of D:\Unreal Projects, even though that folder is ...
Attempting to derive from or include TableViewBase in another class causes compile errors with no additional code added. ...
The prompt window that appears when a project is converted from one engine version to another will "approve" the conversion even if the red "X" is pressed to close the prompt window. ...
Character will incorrectly slip through actors that are moving while the character is jumping. ...
The == node is no longer available for Strings. Reproduced in 4.8.0 and Main (The == node is no longer available for Strings). This is a regression: the == node for strings existed in 4.7.6 ...
When debugging a project through Visual Studio, if an actor with an Input Component is selected in the World Outliner a breakpoint will trigger in VS when attempting to select/mousing over any compo ...
When an event is added to a blueprint if that event is not listed under the "Add Event" section of the right click context menu then it won't show up under the EventGraph in the My Blueprint panel. ...