Unable to play replays with custom GameNetworkProtocolVersion set at runtime

UE - Networking - Sep 20, 2023

It seems that when comparing the custom versions for a replay (in the "operator<<" defined in ReplayTypes.cpp), the value retrieved from the FCurrentCustomVersions is not the value set at runtime, b ...

Static Offset in IK Retargeter does not save position when restarting the editor

UE - Anim - Rigging - Retargeting - Sep 19, 2023

When editing an IK retargeter, a static offset's value will get reverted to zero when UE is restarted. Tested in the following: //UE5-Release-5.3-CL-27405482 //UE5/Release-5.2-CL-26001984 ...

Niagara persistent debug draw bug

UE - Niagara - Sep 19, 2023

It is not possible to set the RotationNormalizedAngle to a value different from those you get from an input map. For example, you cannot set it to a value from a make float once created inside the m ...

Asset referencing error on a Python Pipeline Asset

UE - Editor - Content Pipeline - Import and Export - Sep 18, 2023

[Image Removed] ...

Cannot key font material for UMG Widget animations

UE - Anim - Sequencer - Sep 14, 2023

Media Playback - PNG Image Sequence Crashes Editor

Media Framework - Sep 14, 2023

The attached 105 frame PNG image sequence ( 1920x1080 w/alpha ) crashes the editor in UE 5.3 and 5.4 when played in the media player or in a MediaPlate.   The same image sequence does not crash the ...

Quixel Bridge opens as a blank window when opening through the UE Main toolbar on Intel Mac

UE - Platform - Apple - Sep 14, 2023

Regression unconfirmed because this is a new feature. This is not a regression for UE. Tested in //UE5/Release-5.3 CL28051148. Update: When attempting to reproduce on Apple Silicon, Bridge opens ...

Custom Water Body does not work with its own Distance Culing

UE - LD & Modeling - Terrain - Water - Sep 14, 2023

WaterBodyCustom seems not to work with Distance Culling settings on its own actor, either Draw Distance/Never Distance Cull or Allow Cull Distance Volume.  It only can be controlled by the CullingD ...

User Defined Enums don't support the UseEnumValuesAsMaskValuesInEditor meta specifier

UE - Gameplay - Blueprint - Sep 13, 2023

The Make Bitmask node uses the flag index rather than the flag mask value unless the enum has the UseEnumValuesAsMaskValuesInEditor meta specifier. UserDefinedEnums in the editor don't support this ...