Server doesn't process anim notifies with montage tick type set to queued when bad network conditions occur

UE - Anim - Gameplay - May 3, 2023

After some testing this issue looks to only occur with queued notifies and not with branching point notifies. UDN: https://udn.unrealengine.com/s/question/0D54z00009643x4CAA/server-doesnt-process-a ...

Renamed material parameters in layer functions don't propagate to MIs

UE - Rendering Architecture - Materials - Jun 29, 2020

A disabled Niagara component is respawned unexpectedly by scalability system in some edge cases

UE - Niagara - Scalability - Oct 17, 2023

Even after manually Deactivating a Niagara component, this Niagara component may be revived under certain conditions. This issue occurs when the following conditions are met before the Deactivated N ...

Second controller input doesn't work setting client mode on PIE.

UE - Editor - UI Systems - Feb 3, 2021

When two controllers connected, player2 input is disabled in client mode in PIE. It worked correctly in 4.25, but it has been wrong since 4.26.  Digging into FSlateApplication::ProcessKeyDownEve ...

An array of structures variable has its values reset when the structure is modified without recompiling the blueprint

UE - Gameplay - Apr 2, 2021

An array of a structure that has been modified without the array's blueprint being complied results in the values of the array element being reset. Compiling each blueprint that has the array of str ...

[Feature Request] Hardware video decoding on Windows DX12

Media Framework - Jun 22, 2021

Currently, all DX12 video decoders on Windows use software decoding. On the other hand, if the engine is running on DX11, developers can use this by enabling the "Hardware Decoding" option under "Ex ...

Runtime import, does not generate proper materials

UE - Editor - Content Pipeline - Datasmith - Importer - Sep 1, 2021

The models are darker than the one loaded directly in editor Left runtime, right editor [Image Removed][Image Removed] [Image Removed][Image Removed] You can find some details here from a udat ...

IsDataValid is not called on components inherited via the Simple Construction Script

UE - Gameplay - Blueprint - Oct 7, 2021

IsDataValid is not called for components inherited via a parent's SCS. I've attached a small repro project. (4.27) ...

Content browser folder names are allowed to use parentheses, which are disallowed by object paths

UE - Editor - Content Pipeline - Content Browser - Nov 10, 2021

The content browser compares folder names against INVALID_LONGPACKAGE_CHARACTERS, which allows parentheses. However, object paths compare against INVALID_OBJECTPATH_CHARACTERS, which disallow parent ...

Blueprint functions with unconnected return nodes may return unexpected values

UE - Gameplay - Blueprint - Feb 11, 2022

We don't clearly define the behavior for a Blueprint function when an execution path without a return node is taken. We should either report an error, or have the function return the default initial ...