Deprecate GeometryCollectionDebugDrawActor and its Component

UE - Simulation - Physics - Destruction - Oct 1, 2020

/// We are going to deprecate this component for the UE5 release.  /// The issue also reproduces if console command"p.gc.ShowRigidBodyId -1" is executed in PIE The issue can be reproduced ...

In Isometric Staggered and Hexagonal Staggered Projection Modes redundant rectangle is rendered

UE - Gameplay - Paper2D - Sep 25, 2020

About issue:Similarly issue also can be seen in Isometric Staggered projection modeSuch issue does not occurs in Orthogonal and Isometric Diamond projection modesIn viewport in UE4Editor this redund ...

Available network bandwidth is too low for uncapped but slow frame rates

UE - Networking - Sep 24, 2020

The networking system has a max frame rate of 120hz by default. Inside UNetConnection::Tick it computes an estimated bandwidth by using that max frame rate, the engine's max frame rate, and the actu ...

Subobject properties are visible in Class Defaults in Data Only blueprint editor mode

UE - Gameplay - Blueprint Editor - Sep 23, 2020

Note:  if QABP_SubobjectTester_Defaults * is opened in *Full Blueprint Editor mode, Subobject Testing and Default Subobject Testing categories  are not presented in the Class Defaults or Details (fo ...

Search for references in embedded gameplay tags editor of blueprint editor details panel does nothing

Tools - Sep 22, 2020

There is an arrow with a menu that opens when clicked. That menu binds member functions to the widget. The widget is being deleted when the user clicks on the action in the menu, before the action i ...

Creating a 64K texture triggers an out of memory crash

RAD - Oodle - Sep 21, 2020

When building very large textures (such as virtual textures) we allocate very large intermediate buffers for compression at full 4 channel float precision. For a 64K texture this can be 64GB in siz ...

Many native-only interfaces incorrectly appear as implementable by blueprints

UE - Gameplay - Blueprint - Sep 14, 2020

Right now, any UINTERFACE that is not marked as CannotImplementInterfaceInBlueprint is shown as implementable in blueprint. If these functions have BlueprintCallable functions or related things then ...

Crash renaming nested struct member while the pin is split on a node

UE - Gameplay - Blueprint - Sep 14, 2020

Crash occurs when the user renames a nested struct member variable while there's a struct pin split in a blueprint. ...

Editor freezes when searching for blueprints while another search is active and indexing is in progress

UE - Gameplay - Blueprint Editor - Sep 10, 2020

The editor will freeze if the user starts a search for blueprints while a search is already happening during blueprint indexing. ...

Persistent note on custom event when param is created from connecting array - "No value will be returned by reference"

UE - Gameplay - Blueprint Compiler - Sep 10, 2020

If the user creates an array parameter on a custom event node by connecting a pin to it, a persistent node will appear on the node that cannot be cleared. This only occurs if the param is created b ...