Lower framerates directly affect the velocity of a character's movement if that velocity is provided by another source. ...
Forum user found an issue where if they select the documentation link for "", then they are brought to a 404 page instead of the correct documentation page. The url that it is linking to is: https: ...
When opening the editor the memory usage jumps during PIE. After exiting PIE the memory use does not go back down. ...
Developer implemented their own marker system with callstack data in their own custom version of malloc/realloc/free, and they reported that there might be a memory leak in the ClothVertexFactories ...
Investigate implementing the suggestions in the post at the additional info URL. The user ran into multiple issues trying to customize the behavior of inactive players rejoining. ...
Randomly selecting a character class from the GameMode constructor using ConstructorHelpers::FClassFinder can result in default or null character being set when the level is reloaded. It appears tha ...
While a Custom Event's delegate pin is connected to anything its details are not visible in the Details panel. Tested with an empty reroute node as noted below as well as a Set Timer node. Reproduc ...
BRANCH: //depot/UE4-Releases/4.10, but also current Main DESCRIPTION: When there is a notification up, such as launch on, the user can interact with the editor through it. *User shows video of the ...
Hang and memory spike (that doesn't go away) when you create an endless loop in AnimBP. Blueprints have a safeguard against this when you try to PIE with an endless loop, but I think the Animation ...
When the user tries to save data using the Event Shutdown the event does not seem to fire off. The data does not get saved ...