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

String property multiline editing not enabled for local variables in the Blueprint Editor

UE - Gameplay - Blueprint Editor - Jul 21, 2023

The multi line flag is available for class level string properties but not for local properties.  ...

URigVMBlueprint::CompileLog can spam the editor log when verbosity is set to Log

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

It seems that URigVMBlueprint::CompileLog is spamming the log whenever a call to BP_SCOPED_COMPILER_EVENT_STAT, including for blueprints that are unrelated to control rig.  The log messages are only ...

Crash when converting non-WP maps containing landscape with OnlyMergeSubLevels enabled

UE - World Creation - Worldbuilding Tools - World Partition - Jul 21, 2023

When trying to convert a non-WP map with OnlyMergeSubLevels enabled crash after a while ...

Frame specific functionality unusable in Composite/Montage editors post 5.2 changes

UE - Anim - Runtime - Jul 20, 2023

Part of the changes for 5.2 required UAnimCompositeBase::GetSamplingFrameRate to be changed to return a very high framerate.  This has the unintended consequence of effectively making the functional ...

Ensure after reparenting Blueprint and moving a property to the new parent

UE - Gameplay - Blueprint Editor - Jul 20, 2023

Moving a property from a recently reparented BP to its new parent will assert in  FBlueprintCompileReinstancer::MoveDependentSkelToReinst at  ensure(PrevStructSize == NewStructSize) This only see ...