Copying collapsed graph with a node with a custom Exec pin results in duplicate pin name

UE - Gameplay - Blueprint Editor - Aug 17, 2022

When duplicating a collapsed blueprint graph which has a node with a custom Exec pin, this results in blueprint compilation error that a duplicate named pin is found. Duplicated exec pins aren't ass ...

[AI] Navmesh does not generate correctly on a negatively scaled ISM.

UE - AI - Navigation - Aug 16, 2022

Setting a single axis of an ISM negative results in navmesh not being generated on top of it. However, setting 2 axes to negative scale does have the navmesh generate as is expected.  Also see more ...

A Blueprint containing a Macro with a Wild Card input crashes when a Custom Event node has an additional input added

UE - Gameplay - Blueprint - Aug 16, 2022

This is a regression. Tested in //UE4/Release-4.27 CL18319896 In UE4 an error is thrown when attempting to add an input. A Blueprint containing a Macro with a Wild Card input crashes when a Custom ...

Opaque material assigned to a Material Billboard attached to a Pawn renders differently against the Sky/Infinity when moving

UE - Rendering Architecture - Materials - Aug 16, 2022

This is a regression. Tested in //UE4/Release-4.27 CL18319896 Opaque material assigned to a Material Billboard attached to a Pawn renders differently against the Sky/Infinity when moving. Tested ag ...

There is no indication that CreateDefaultSubobject will not work from within a Component/Nested subobject

UE - Gameplay - Components - Aug 16, 2022

We should at least update the comments on the CreateDefaultSubobject function warning people about the troubles and weird behavior that could occur when you call it from within a nested subobject  ...

Stride Warping in manual mode not activating correctly based on first StrideScale

UE - Anim - Gameplay - Aug 15, 2022

From licensee: If StrideScale is 1 the first time through, it initialises the StrideScaleModifierState to 1 and doesn't require updating so leaves the CachedDeltaTime at 0 by never calling Update_I ...

Duplicating an actor with a blueprint bound delegate behaves unexpectedly

UE - Gameplay - Blueprint - Aug 15, 2022

When the trigger is duplicated, the contents of its OnActorBeginOverlap MC delegate are copied, which contains a reference to the BP actor that added the binding to the original trigger. Marking th ...

Landscape LocalMerge crash with PaintLayer enabled

UE - LD & Modeling - Terrain - Landscape - Aug 15, 2022

[MetaSounds][Inputs] - When multiple copies of an input node are on the graph, all connections reconnect to one node when an input is renamed

UE - Audio - MetaSounds - Aug 13, 2022

If there are multiple copies of an input on the graph, when it is renamed, all the connections are broken and rerouted to a single node, orphaning the rest on the graph. I believe this may be a dupl ...