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 ...

Cull Distance Volumes do not effect Blueprints or Skeletal Mesh Actors

UE - Graphics Features - Jul 31, 2014

CHANGELIST: 2181118 BRANCH: UE4 https://udn.unrealengine.com/questions/166371/cull-distance-volume-bug.html DESCRIPTION: Cull distance volumes don't seem to cull blueprints or meshes inside a bluep ...

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 primitive uniform buffer validation.

UE - Rendering Architecture - RHI - Jul 31, 2020

GPUScene primitive validation is currently busted and asserts. It looks like there are two problems: 1) NaN's in the entries can cause comparison issues, so a MemCmp would be better. 2) There's a ...

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 ...

Editor Crashes after updating to 4.7.2

UE - Graphics Features - Mar 7, 2015

Crash Reporter [Link Removed] User installed UE4, version 4.7.1 few days ago and I hadn't any problems with launching Unreal Editor. After upgraded the engine to 4.7.2 is getting crash every time ...

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. ...

gltf 2.0 Blender Polly Import crashes

OLD - Enterprise - Aug 29, 2019

Trying to import the Polly sample model for gltf 2.0 crashes Editor. User know that the Plugin is experimental but as the Polly Model is used for Blender gltf development, it should work. The crash ...

Volumetric Render Target Mode 2 is blending past frames.

UE - Graphics Features - Dec 2, 2021

Volumetric Render Target Mode 2 is blending past frames in Time of day map with the volumetric clouds.  This is a regression due to it not happening in 4.27 ...

Setting GDelayTrimMemoryDuringMapLoadMode = 2 causes crash on same map reload

UE - Gameplay - Jan 8, 2024

GDelayTrimMemoryDuringMapLoadMode is a CVar that controls whether a garbage collection should take place during map change after unloading the previous map and before loading the new one. By default ...