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. ...

TMaps with instanced objects: modifying instanced object data in child affects parent

UE - Gameplay - Blueprint - Jul 25, 2023

Given a TMap where the value type is an instanced object: when a child blueprint is saved with modifications to the TMap, and then additional TMap are added to the parent blueprint and the child blu ...

[CrashReport] Assertion failed: bIsRoutingPostCompilation == false [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Engine\Private\TextureCompiler.cpp] [Line: 245]

UE - Texture - Jul 25, 2023

Made From CrashReporter To remain Glitter compliant logs can not be linked from Crash Reporter. Should you need logs you will have to get them from Crash Report. ...

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. ...

DataValidation System Implemented in EditorUtilityBlueprint Subsystem Crash

UE - Editor - Content Pipeline - Jul 24, 2023

Implementing data validation via an Editor Utility Blueprint works fine in the editor, but when run via the commandlet, the blueprint won't load the editor utility subsystems (i.e. Static Mesh Edito ...

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 ...

Unable to load ASTC_HDR cube texture on IOS

UE - Rendering Architecture - RHI - Jul 24, 2023

Project include a hdr texture "desert_outer_hdr" Texture size is 512*512*6, compressed with ASTC 6x6 HDR profile Stride should be: ceil(512/6)*16 = 1376 bytes However, if connect to xcode debug, ...