ExpandEnumAsExecs always uses first Exec if an argument name matches Enum value

UE - Gameplay - Blueprint - Jan 13, 2023

Reproduced 3/3 times, issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. EnumBugBP uses two enum cases and three argument cases for 6 total permutations:Enum w ...

Foliage actors and deferred decals

UE - World Creation - Worldbuilding Tools - Foliage - Jan 13, 2023

Licensee - " We noticed an issue when trying to use foliage to instance deferred decals. The decal will show up, but only on what looks like the first instance of the decal. If I don't use foliage ...

Animation Sequence Keyframe icons missing after adding a Keyframe

UE - Anim - Runtime - Jan 13, 2023

Regression: Tested in UE5/Release-5.0 at CL 20979098, this issue occurs there as well so this is not a regression. This issue occurs with any bone and setting any amount of Keyframes on any frame. ...

ISM GetInstanceOverlappingBox() ignores the scaling & rotation of instances

UE - World Creation - Worldbuilding Tools - Jan 13, 2023

This functions only uses the instance location and does not rely on it's rotation and scale. It should ideally get the bounds of the mesh, and test intersection using an oriented bounding box built ...

SetNiagaraStaticMeshComponent in UNiagaraFunctionLibrary does not add NiagaraVariable to InstanceParameterOverrides

UE - Niagara - Jan 13, 2023

The result of the Set Niagara Static Mesh Component (OverrideSystemUserVariableStaticMeshComponent) function provided by the UNiagaraFunctionLibrary is different from the operation result on the det ...

Foliage cannot be selected after deleting a single instance

UE - World Creation - Worldbuilding Tools - Foliage - Jan 12, 2023

This issue occurs in both World Partition and Non-World Partition levels, and does not seem to occur with Nanite meshes. You can still select Nanite foliage instances after placing them, but selecti ...

Cannot Delete Landscape with World Partition enabled

UE - LD & Modeling - Terrain - Landscape - Jan 12, 2023

If you delete all the LandscapeStreamingProxies under the landscape object the parent landscape object can be deleted. Not a regression checked in Version: 5.1.0-23058290+++UE5+Release-5.1 ...

ForwardRendering does not render Single Layer Water and Volumetric Cloud correctly.

UE - Graphics Features - Jan 12, 2023

It seems to be due to the addition of the bIsWaterPixel decision in Engine\Shaders\Private\VolumetricRenderTarget.usf. ForwardRendering cannot access GBufferB. ...

Incorrect Tooltips for Crossfade By Param node

UE - Audio - Jan 12, 2023

Reproduced 3/3 times, issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. ...