Hot Reload does not update blueprint pins

UE - Gameplay - Blueprint - Jan 15, 2015

When changing the variable type or return type of a function in code and hot reload in the editor, blueprints that use the variable/function do not have their pins updated until the editor is closed ...

Classes in TargetDenyList modules are still referenced from Components on BlueprintGeneratedClasses and cause runtime warnings

UE - Foundation - Feb 25, 2024

Other than the presence of the error and the performance cost of looking for a package on disk that does not exist, there are no behavioral problems. When running with legacy (non-iostore) pakfiles ...

AddComponent node fails to be scheduled after adding an "expose on spawn" variable to an ActorComponent-based Blueprint Class.

UE - Gameplay - Blueprint - Nov 13, 2015

If an existing AddComponent node is placed in an Actor Blueprint's Event Graph for a custom ActorComponent-based Blueprint Class, the node will fail to be scheduled after adding a variable marked "E ...

Create Session does not work in a packaged game from any project that has used C++

UE - Networking - Dec 28, 2015

After adding C++ to a content-only project, Create Session no longer works in a packaged game. The following warning appears in the log: LogScript:Warning: CreateSession - Invalid or uninitialized ...

Copied references to Texture2D assets are not formatted correctly when the .csv containing those references is made into a Data Table asset in the Engine.

Tools - Feb 26, 2015

Importing a .csv file that contains references to assets in the project requires the user to copy the references for each asset again before they will work correctly. The references do not need to b ...

Regression - Nested scene component subobjects are no longer being registered when the owning scene component is added to an existing Actor instance as an instanced component.

UE - Gameplay - Components - Nov 16, 2016

This is a regression that was introduced with changes made to address issues with native vs. non-native component registration at Blueprint construction time ([Link Removed]). Prior to those change ...

Ensure triggered with multiple AddInstance() calls for InstancedStaticMeshComponent

UE - Graphics Features - May 20, 2016

Adding multiple instances to instance static mesh component in a code class causes an ensure to trigger when an instance of the class is added to the level. ...

Mobile Previewer: Safe Zone Invalid Until Window Resize

UE - Platform - Mobile - Jul 12, 2021

When the Mobile Previewer loads, the Safe Zone widget is not working properly at startup, and requires a window resize to update to the correct Safe Zone. ...

Procedural Mesh Component Memory leak when destroyed from an Array

UE - Gameplay - Oct 15, 2018

When destroying an Actor with a Procedural Mesh Component; that is stored in an Array Variable, the memory for that Actor's Procedural Mesh Component is not cleared, leading to a Memory Leak. Howeve ...

Editor not properly handling frame ranges for 60fps animations

OLD - Anim - May 21, 2015

The editor does not seem to be handling frame ranges properly for 60fps animations. Say you have a 200 frame animation that spans frame 0-200. Upon import it will be 201 frames. If you set the ra ...