Fix AssetManager rules overrides in case PrimaryAssetTypesToScan for PrimaryAssetLabel sets bApplyRecursively=false

UE - Foundation - Core - Cooker - Dec 11, 2023

SetPrimaryAssetRules sets the "is overridden" variables (e.g. bOverrideApplyRecursively) based on a comparison with the global default rules:static FPrimaryAssetRules DefaultRules; ... ExplicitRu ...

Externally Referenced error is produced after cloning a 4.6.1 project and converting it to a 4.7.6 project

UE - Foundation - Core - May 13, 2015

A User in unable to save there project because of they get warnings for all of the objects in their scene saying they are externally referenced. This happens after cloning a project and then convert ...

Packaging for Win32 fails on Visual Studio version 15.7.1 with multiple unable to find mspdbcore.dll errors

UE - Foundation - Core - May 15, 2018

This did not reproduce with Microsoft Visual Studio version 15.6.2 at the same CL in //UE/Main. Only occurred after I updated from 15.6.2 to 15.7.1. ...

After upgrading a project from 4.7 to 4.8 and compiling a blueprint that casts to and pulls a variable from a widget will cause a freeze if the widget is then compiled

UE - Gameplay - Blueprint - May 7, 2015

If the user has a project that casts to a widget to pull out a variable in a 4.7 project. This can cause a freeze after upgrading the project to 4.8 preview. This happens when the user compile the b ...

Oculus NetDriver Regression/Fix

UE - Platform - XR - Oct 26, 2019

From https://github.com/Oculus-VR/UnrealEngine/issues/60#issuecomment-544537005 UOculusNetDriver::LowLevelSend was modified to take an FInternetAddr pointer instead of an FString (due to the same c ...

Fix support for compiling editor in monolithic

UE - Foundation - Cpp Tools - UnrealBuildTool - Jul 1, 2016

Some licensees have reported good results compiling the editor in monolithic configurations - startup times are noticably shorter. I believe there are a number of things that need fixing up across t ...

Fix UMovieSceneSequence::FindPossessableObjectId for child bindings

UE - Anim - Sequencer - Nov 28, 2022

Calling UMovieSceneSequence::FindPossessableObjectId with a guid that relates to a child binding does not work correctly because it just goes through the binding references and calls LocateBoundObj ...

UnrealVS Windows 10 support - fix .NET version in manifest

Tools - Aug 4, 2015

Seems like we should be specifying the .NET version like this guy's fix. ...

Align Brush Vertices not adjusting BSP brushes in 4.7 Preview 4

UE - LD & Modeling - Modeling Tools - BSP - Jan 22, 2015

Align brush vertices does not function in 4.7 preview 4. ...

Foliage deleted in 4.6 and 4.6.1 appears in 4.7

UE - World Creation - Worldbuilding Tools - Foliage - Dec 23, 2014

Foliage that has been deleted in 4.6 will return when a project is migrated to 4.7. ...