Dark square appears in hair in direction of spotlight when shadows disabled

UE - Graphics Features - Sep 18, 2024

A dark square appears in the direction of a spotlight on hair when the spotlight has no shadow. [Image Removed] In UE 5.4 the dark square is visible when the spotlight has no shadow, and a light s ...

Modifying FSuggestProjectileVelocityParameters::ResponseParam.CollisionResponse modifies FCollisionResponseParams::DefaultResponseParam

UE - Gameplay - Sep 17, 2024

FSuggestProjectileVelocityParameters was introduced in 5.4 and has a FCollisionResponseParams member that's initialized as a mutable reference to FCollisionResponseParams::DefaultResponseParam. str ...

Preview Text display on Font Editor does not apply SubFontFamily setting

UE - Editor - UI Systems - Sep 17, 2024

The Preview text display in the Font Editor does not apply the Sub-Font family settings. Only the Default Font Family and Fallback Font Family can be applied to the display. ...

Cursor locks to ScrollBox in native fullscreen mode are locked in the wrong position

UE - Editor - UI Systems - UMG - Sep 17, 2024

When specifying a widget of a different size than the screen in FReply::LockMouseToWidget, the cursor is locked to a different position in native full screen mode. It appears that the window size n ...

Force Feedback has incorrect duration on iOS devices

UE - Platform - Apple - Sep 16, 2024

The user also describes not being able to tell the difference between a force feedback value of 0.3 and 1,0 on iPhones Note: This is likely an issue somewhere in FIOSInputInterface::SetForceFeedb ...

Volumes with infinite or missing faces when importing .fbx file

UE - LD & Modeling - Modeling Tools - BSP - Sep 16, 2024

UDN Description: We are having issues with the "Create Blocking Volume" tool on StaticMeshActors. When we create a convex blocking volume (any convex, rough or heavy), we often have volumes that ha ...

Crash in NaniteStreamManager when Nanite data fails to decode corrupt data from DDC

UE - Graphics Features - Nanite - Sep 11, 2024

If Nanite data becomes corrupt in the DDC, the Editor may crash in FStreamingManager::InstallReadyPages() when the Pending.State is FPendingPage::EState::DDC_Ready but the resulting SrcPtr is null b ...

Swapping the Child Actor Class of a ChildActorComponent back to a previously selected BP leads to an Editor crash from illegal Renaming

UE - Gameplay - Components - Sep 11, 2024

A fatal error occurs if we change a Child Actor Class from one BP (ex. "BP_A") to a different BP ( ex. "BP_B") and later change it back to the first BP (ex. "BP_A") without compiling the BP between ...

During SIE (simulate) and ejected-PIE, modifying a map actor causes triggers RerunConstructionScript() which discards all runtime modifications to SCS components

UE - Gameplay - Blueprint Runtime - Sep 6, 2024

When Simulating, or Playing-In-Editor and ejected, modifying an actor in the editor world causes the SIE/PIE runtime actor to recreate its blueprint added components via AActor::RerunConstructionScr ...

Enabling ZenLoader causes editor crash when undoing Level Instance deletion

UE - Foundation - Core - Sep 5, 2024

Crash reported through UDN. With ZenLoader enabled, deleting a level instance and triggering Undo causes a crash in  ULandscapeComponent::PostEditUndo() The user has provided an example project th ...