Per Instance Random node not working in material layer

UE - Rendering Architecture - Materials - Jul 27, 2023

Licensees report that the definition of the USES_PER_INSTANCE_RANDOM macro only considers it in the context of the base material.  As a result Per Instance Random used only in material layers does n ...

UFE: Can't delete custom launch profiles

UE - Editor - UI Systems - Jul 26, 2023

The confirmation message will fails spawning with the following messages in the log:  [2023.07.25-20.04.01:038][  0]LogWindows: Error: Failed to create dialog. The specified resource type cannot be ...

Preview rendering does not update when slider is moved below 0.0 in timeline on in Niagara Editor.

UE - Niagara - Jul 26, 2023

Workaround in UE5.3:  UNiagaraComponent::TickComponent             if (AgeDiff < 0.0f)             {                 SystemInstanceController->Reset(FNiagaraSystemInstance::EResetMode::ResetAl ...

Result pin of Cast Node of ControlRig can not break

UE - Anim - Rigging - Control Rig - Jul 26, 2023

In UE5.1, the Result pin of the ControlRig cast node could be broken, but it cannot be broken from UE5.2. ...

Console history in packaged game is not saved

UE - Foundation - Core - Jul 25, 2023

Console history is saved correctly in 5.1. The cause is input.ini in EnhancedInput and InputDebugging added in 5.2. Removing these files are a work around. ...

When creating a new NiagaraSystem using existing system, the DefaultEffectType set in ProjectSettings is not reflected.

UE - Niagara - Jul 24, 2023

When creating a new NiagaraSystem, the DefaultEffectType set in ProjectSettings should be reflected. If another EffectType is already set, it should be respected. The problem here is that when creat ...

FMaterialResource::IsDualBlendingEnabled bug

UE - Rendering Architecture - Materials - Jul 24, 2023

The user has a proposed fix for this in the case. FMaterialResource::IsDualBlendingEnabled needs the following modification that includes MaterialInstance check: bool bMaterialRequestsDualSourceBle ...

Niagara and Water Source Body Component

UE - Niagara - Jul 19, 2023

This has changed from 4.27 and the Deep Dive video on water: [Link Removed] ...

Reproducible softlock on iOS

UE - Platform - Apple - Jul 18, 2023

After performing the repro steps, screen will softlock unless you perform the "slide from 3 to 4, then back to 3" steps.  Appears to be an iOS system bug, but see if we can find a workaround. ...

Read-Only UI Components Don't Receive Input Events

UE - Editor - Workflow Systems - Jul 18, 2023

Custom context menus will not function when the property they are attached to is read-only,  as the input events no longer make it to our customization, but seem to get intercepted higher up the cha ...