Changes to AActor::SetReplicates caused Role/RemoteRole replication fix to regress

UE - Networking - Jul 14, 2022

There was a recent bug report that matched the description of some older cases (see linked UDN). The issue raised in those cases, [Link Removed], had been fixed, but the recent question seemed to in ...

Converting a source built project to 4.10 prevents the project from packaging.

UE - Foundation - Cpp Tools - UnrealBuildTool - Nov 27, 2015

If a project created in a source build of the engine is converted to the source version of 4.10, the project will not compile with a "Missing UE4Game binary" message. ...

Packaged projects do not render in web page using Safari 10.0

UE - Platform - Mobile - Aug 9, 2016

My Macbook Pro uses an Nvidia GeForce 750M and was on Safari 10.0 when this occurred. This did NOT occur on a Macbook Pro with the same card and using Safari 9.1.2. This did NOT occur on an iMac wi ...

Calling "GetCameraImage" rapidly ~10 times causes ARKit camera feed to stop updating

UE - Platform - XR - Nov 8, 2018

If you call the "GetCameraImage" function rapidly ~10 times, it causes the ARKit camera feed to stop updating.  Waiting for awhile or tapping some more seems to bring it back.   Tested on macOS H ...

Drastic increase in FBX import times from 4.9 to 4.10

Tools - Dec 9, 2015

The attached asset (including animation) takes 9 minutes to import in 4.10, where it takes 42 seconds in 4.8 and 4.9. You don't really notice this until you start to get up to larger assets or long ...

Trying to set/change an element of a fixed-size TAssetPtr array in the Editor results in a crash.

UE - Foundation - Core - Dec 9, 2016

Trying to set the value of an element of a fixed-size TAssetPtr array in the Editor results in the Editor crashing. This did not occur in 4.13. The attached callstack is from debugging the project ...

Runtime Errors appearing in Sequencer if fixed frame rate is set in projects settings

UE - Anim - Sequencer - Apr 12, 2019

This ensure happens only when the Start and End of the sequence is set in the "neigborhood" of the keyframe and only if the project framerate is to be Fixed on 60FPS. If you for example play the who ...

Null Redirector For Main Game Level Is Packaged Without Error After Fixing Redirector

Tools - Feb 24, 2020

After moving a level into a folder and fixing the redirectors (right click in content browser) the project will package a Null reference without throwing an error. This will let you create a project ...

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