Foliage Details require users to drag up the window causing confusion

UE - World Creation - Worldbuilding Tools - Foliage - Oct 12, 2022

Tested in: //UE5/Release-5.0 CL 20979098 //UE5/Release-5.1 CL 22346211 Both had the same results of the details panel having no major indication of how to see it. Foliage Details require users to ...

Python function unreal.AssetRegistry.get_assets_by_class is broken

UE - Foundation - Core - Nov 21, 2022

Repro Rate: 3/3 This issue was reproduced in //UE5/Release-5.1 at CL 23058290. This is confirmed to be a regression since the errors do not occur on the previous version and is regression tested o ...

Cable Actor resets to initial end point position when moving the actor while Attach End is disabled

UE - Simulation - Physics - Apr 4, 2023

This is a regression. Tested in //UE5/Release-5.1 CL23901901 Additionally, I placed the cable actor in a sequencer then keyed several changes in position. The Cable actor had the same behavior of r ...

Performance concerns with control rig component initialization

UE - Anim - Rigging - Control Rig - May 18, 2023

Report from a licensee that InitializeControlRigComponent using CR_Frame_Destructible in city sample is taking a lot of frame time.  It seems that a lot of time is being spent hashing and also URigV ...

Child blueprint reference to self node unpins after close and reopen from Set Array Element node

UE - Gameplay - Blueprint - Jun 1, 2015

If a child blueprint attempts to set an array element of self to an array of the parent blueprint, then the editor is saved, closed, reopened, the self pin will disconnect from the Set Array Element ...

Crash when using AnimSeqStats console command

OLD - Anim - Apr 8, 2015

Crash when using AnimSeqStats console command. User in the additional info URL seems to know what the code change should be. [Link Removed] ...

Overridding a function with no return value in a ChildBP produces an event instead of a function

UE - Gameplay - Blueprint - Dec 17, 2015

If you have a BP with a function that has no return value, then override that function in a ChildBP, it becomes an event and cannot be used like a normal function ...

When printing an option within an Enumeration out to the screen it does not return the correct name in stand alone

UE - Gameplay - Blueprint - May 19, 2015

If a user tries to print out one of the named variables that is stored within an Enumeration blueprint then it will return something along the lines of Enumeration 0, Enumeration 1, Enumeration 2, . ...

New blueprints do not Alphabetize themselves as expected

UE - Editor - Content Pipeline - Content Browser - Jan 9, 2015

When making new blueprints they are not placed within the content browser as a user would expect. In the example given in the link provided, blueprints ending in "_1" will come before "_10", however ...

Marking a Blueprint as Deprecated Causes Existing Instances to be Removed on Level Load

UE - Gameplay - Blueprint - Oct 13, 2016

Enabling the 'Deprecated' option in a blueprint's Class Settings causes all existing instances of it to be deleting upon loading any levels that contain the blueprint. Found in 4.13.1. Reproduced i ...