Multiple Blueprint compilation passes required to fix up event binding to dispatcher after event rename

UE - Gameplay - Blueprint Compiler - Nov 30, 2021

Renaming a custom event bound to an event dispatcher via a Create Event node requires two compilation passes to fix up the binding.  upd. Regression was checked on //UE4/Release-4.26 CL 15973114, i ...

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

IOS GPU Hang Error (IOAF code 3) and Crash when rotating to Landscape

UE - Platform - Mobile - Oct 11, 2018

When users rotate to landscape in QAARApp the apple device will encounter a GPU Hang error and crash.Execution of the command buffer was aborted due to an error during execution. Caused GPU Hang Err ...

Depth Fade Material + Mobile HDR Disabled does not work with OpenGL 3.1 on Oculus Go

UE - Platform - Mobile - Dec 28, 2018

"Depth Fade" material node does not work on Oculus Go with Open GL 3.1 active and Mobile HDR disabled. Seems very similar to [Link Removed] however disabling Separate Translucency or calling  r.M ...

DDX and DDY no longer work properly close to the camera in 4.21 on Android in OpenGL ES 3.1

UE - Platform - Mobile - Mar 29, 2019

DDX and DDY no longer work properly close to the camera in 4.21 on Android in OpenGL ES 3.1.  Worked in 4.20, no longer works in 4.21 or 4.22.  Originally reported as Oculus Quest specific, but repr ...

When OpenGL ES 3.1 is enabled for Android build in Handheld AR Template, camera inverts colors

UE - Platform - XR - Mar 26, 2018

When OpenGL ES 3.1 is enabled in Android Build settings, device prompts user to choose to "Allow ARInvertColor to take pictures and record video". If allowed, colors are inverted by the camera. If ...

4.16 Mobile Compat Pass - QA-Decals - UI glitch when playing on a 9.3.5 iOS Device

UE - Platform - Mobile - Apr 21, 2017

While testing in QA-Decals on iOS device, after loading into the project the UI will be glitched ~50% of the time. After further testing, it seems this bug only occurs on iPads running the iOS vers ...

Failed to compile C++ Code project, for iOS/tvOS in Development, in Xcode 8.3 beta 1

UE - Platform - Mobile - Jan 31, 2017

Project fails to build for iOS/tvOS due to:error: non-portable path to file errors. ...

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