RetainerBox may cause memory leak

UE - Editor - UI Systems - Slate - Aug 20, 2020

Essentially, this memory leak should be counted in the UI section, but it is counted in the SceneRender section. This seems to be due to the behavior of MemStackAllocator and FixedSizeAllocator. Th ...

Editor will crash on attempt to load a previously-saved Blueprint asset with a serialized default subobject containing a serialized static array of two or more nested subobject instances.

A crash will result if a Blueprint class that's based on a native C++ class containing two or more nested, explicitly-instanced subobjects referenced by a fixed-size object array property are serial ...

Details View loss of expansion state on container changes

UE - Gameplay - Blueprint Editor - Aug 3, 2020

From the UDN post: When the new entry is added, the entire tree gets wiped out as a result of the CDO swap, and when these update methods run it leaves the tree in a default expansion state. (Effect ...

Crash occurs in Hierarchical Instanced Static Mesh of Mesh with MinLOD set to 1 or higher

UE - Graphics Features - Oct 22, 2020

I have attached a reproduction project with the above settings.[Link Removed] It crashes when packaged, launched and moved in-game. This issue seems to occur when there is an object in the Unbuilt ...

IPhonePackger re-signs app with old signature format that makes users get the warning popup on iOS

UE - Platform - Mobile - Jan 27, 2021

Apple forces developers to code sign an app using the latest code signature format and IPP needs to support it. a related link: [Link Removed] ...

Dynamic Delegate for Actor doesn't show up in BP Editor

UE - Gameplay - Sep 21, 2020

The delegates for actor should show up in the Detail tab like components. There should be an "Event" group and list all available delegates, and designers can click on the "+" sign to add event on t ...

TimeSynth Counts Beats: 1,2,3,0

UE - Audio - Apr 2, 2020

TimeSynth Counts Beats: 1,2,3,0 Link to project files: https://forums.unrealengine.com/unreal-engine/announcements-and-releases/asset-sharing/1724414 ...

Current animation asset is lost in animation preview when a post process anim BP is compiled

UE - Anim - Runtime - Anim Blueprints - Aug 3, 2020

UDebugSkelMeshComponent and PreviewInstance are lost current animation asset. There are 2 ways to fix below void UDebugSkelMeshComponent::InitAnim(bool bForceReinit) { // If we already have Pre ...

SpeedTree assets cannot be imported via Python automated import

UE - Editor - Content Pipeline - Import and Export - May 7, 2020

Licensee reports via UDN that automated import via Python of SpeedTree assets does not work The issue is that USpeedTreeImportFactory::FactoryCreateBinary() tries to generate a UI dialog, which is ...

UIScaleCurve float-point value in BaseEngine.ini lacks precision

UE - Editor - UI Systems - Slate - Jun 4, 2020

The screenshots below display 1920x1080pixel widget button. First one with Default DPIScaleCurve shows extra borders on the right and bottom. Next one with more precision shows no extra boundary. [ ...