When adding a sub level with world partition streaming to a main level where the streaming is also enabled, setting* Level Behavior* of the sub level to Standalone, and saving the result, in the fir ...
When changing the variable type or return type of a function in code and hot reload in the editor, blueprints that use the variable/function do not have their pins updated until the editor is closed ...
A user is reporting that using the following code in a GameMode class causes shipping iOS packages to crash on launch:void ANOGSSDKGameModeBase::StartPlay() { std::thread([](){ std::clog << "THRE ...
Editor Crashes when spawning a Physics enabled object inside another. Regression: Unknown Can Test in Main if requested. ...
Simulating in editor during runtime rendering causes an assertion to fail after rendering is done. Repro Rate: 4/4 Tested this in //UE4/Release-4.27 @ CL#18319896 and the issue did not occur there ...
Comment from user in crash groupTried to delete frames in an animation ...
The current implementation of AutoCreateRefTerm does not allow for a default value to be automatically created for a TArray contained within a struct that is passed into a function as a parameter. I ...
Might be related to the changes in //UE4/Release-4.17 at CL 3527005. I was also able to repro this via PIE-Standalone Game in the editor. When I repro'd this with PIE-Standalone Game the Standalone ...
This is a regression that was introduced with changes made to address issues with native vs. non-native component registration at Blueprint construction time ([Link Removed]). Prior to those change ...
Repro Ratio: 3/3 Regression was tested in //UE5/Release-5.0-EarlyAccess CL-16682836 since this is a new feature of UE5. The issue did happen ...