ULocalPlayerSaveGame::IsSaveInProgress always returns true after the first save is requested. This is due to the return statement checking if either an error has yet to be reported or a success has ...
This issue is related to [Link Removed], where the "?listen" option sent on the URL to clients could cause issues with RPCs being called locally during travel. The fix to remove the "?listen" option ...
When loading soft object paths directly, it applies any important CoreRedirects by calling the function FixupCoreRedirects if the initial load attempt fails. In the repro steps, this will apply this ...
Classes that inherit from FTickableObjectBase are added to the tickable queue by the QueueTickableObjectForAdd function during their construction (see FTickableGameObject::FTickableGameObject). At t ...
WindDirectionalSourceComponent.h has a meta edit condition that, by referencing an undefined class property (bSimulatePhysics), throws an error in the logs: LogEditCondition: Error: EditCondition pa ...
When changing the version in UGameUserSettings, the expected behaviour is that GameUserSettings.ini will be wiped/delete and then regenerated. The actual behaviour is that within the ValidateSetting ...
The "Open Level By Name" is not able to find the map to travel when the map is not included in the "List of maps to include in a packaged build" option. This issue was not happening in UE 5.3 and UE ...
When you call GetOuter() inside AssetUserData::PostEditChangeOwner, the Outer that is returned, is marked as "Trash". This is because the object is constructed again when an AssetUserData is added. ...
The collision for a spline mesh can be calculated incorrectly. The issue appears to be when Alpha is out of range when calculating the slice transforms at splice offsets. ...