Enum pin obscures icon on comparison operator nodes

UE - Gameplay - Blueprint Editor - Oct 18, 2021

Enum pin dropdown obscures the icons of the enum == and != nodes. ...

Undo/Redo can cause the gizmo to desync from a leaf-selected component

UE - Editor - Workflow Systems - Oct 18, 2021

This is a regression from 4.27. This is happening because of the change to typed elements. UEditorEngine::PostUndo, when combined with the typed element changes causes the selection set to reorder ...

Crash adding subscene to a looped subscene - MovieSceneSequenceTransform.h - WarpCounts.Num() == NestedTransformsSize

UE - Anim - Sequencer - Oct 11, 2021

Crash adding subscene to a looped subscene. Note this did not repro with brand new sequences not sure what's different about this older content. This also occurs in Release-5.0. ...

UVOIPTalker component attached to character has incorrect position on listen server

UE - Audio - Oct 7, 2021

On a listen server, any voice chat sound that should be routed through a UVOIPTalker component doesn't appear to do so. The sound is audible regardless of where the host's player is located in relat ...

Inaccurate Panning on Tap Delay Submix

UE - Audio - Oct 5, 2021

The panning in the Tap Delay Submix Effect does not always match its assigned Pan in Degrees value. Specifically, the left and right side appear to be reversed on Stereo setups. In addition, in 5.1 ...

When CascadeToNiagara, the Disable state of Emitter is not converted properly.

UE - Niagara - Oct 5, 2021

In CascadeToNiagaraConverter.py # copy the emitter enabled state. enabled = ue_fx_utils.get_lod_level_is_enabled(cascade_emitter_lod) niagara_emitter_context.set_enabled(enabled) It stores the ...

Copying a BP function with split pins creates all individual params of the struct, instead of making the parent struct

UE - Gameplay - Blueprint Editor - Oct 3, 2021

This occurs in UE5/EA and in Release-5.0 ...

Bool input pins connected to boolean logic nodes can fail to compile

UE - Anim - Runtime - Oct 1, 2021

Bool input pins will fail to compile when connected to a boolean logic node and the node also has a float input pin that is currently connected. Compilation will fail with the error Default value ' ...

REINST classes are available in the class reference drop down

UE - Gameplay - Blueprint Editor - Sep 28, 2021

This doesn't seem to occur every time I run the editor, I can't get it to repro consistently Note: It is possible that this is happening in blueprints based off of a native c++ class has been rel ...