Foliage unbuilt instances have incorrect LOD

UE - World Creation - Worldbuilding Tools - Foliage - Dec 13, 2024

From licensee: Foliage instances are not drawn correctly/the wrong LOD is selected while painting in FoliageMode. This is more apparent when setting InstanceSettings>CullDistance>Max to a value != ...

Can't get accurate Anim Notify State elapsed duration while in a montage.

UE - Anim - Gameplay - Dec 13, 2024

When GetCurrentAnimationNotifyStateTimeRatio is used inside of a montage it can return the wrong time ratio in certain cases. ...

Sequencer events with a payload of struct containing Object do not work

UE - Anim - Sequencer - Dec 12, 2024

A structure containing Object as a parameter is misrecognized as a single Object and loses the parameter. This behavior was brought in by CL-27785664. ...

Skeletal Mesh gets stuck in T-Pose when using sequencer animation track with animation blueprint

UE - Anim - Sequencer - Dec 11, 2024

If an actor that is set up to use an anim blueprint is used in the sequencer, then a property on the skeletal mesh is changed in the sequencer details panel. The actor will not evaluate any animatio ...

Mover flying mode rotation changes may be incorrect with roll involved

UE - Gameplay - Player Movement - Mover - Dec 11, 2024

A licensee has reported that Mover's method of adding rotators together may produce different results than quaternion multiplication - for example in Flying mode when roll is involved. We will inve ...

Contact shadows bug in splitscreen

UE - Graphics Features - Dec 11, 2024

Screen Space shadows do not check the view boundary. This can cause extra shadows in split screen, as one view can cast shadows in another view. ...

UV issues using Procedural meshes

UE - Graphics Tools - Modeling Tools - Dec 11, 2024

From licensee: We build our procedural meshes using C++ and we checked our UVs used to fill the UV array before applying the CreateMeshSection method. The UVs seems to be correct however the result ...

Runtime Virtual Texture rendering can allocate more FRDGBuffers than expected

UE - Rendering Architecture - Dec 10, 2024

When rendering runtime virtual texture pages without throttling (when r.VT.MaxUploadsPerFrame is high or during Movie RenderQueue captures) the number of FRDGBuffers allocated by the Render Graph Bu ...

Modifying the properties of a ChildActorComponent in a child blueprint can modify the parent actor ChildActorComponent properties.

UE - Gameplay - Blueprint - Dec 10, 2024

When a property of a ChildActorComponent is modified in a child class, the parent ChildActorComponent class can also get modified. This happens when the Parent blueprint actor has a ChildActorCompo ...

GAS: OnTagUpdated() not called when calling SetLooseGameplayTagCount()

UE - Gameplay - Gameplay Ability System - Dec 10, 2024

Context AbilitySystemComponent has a virtual function virtual void OnTagUpdated(const FGameplayTag& Tag, bool TagExists); that gets called when a gameplay tag gets added or removed, so whenever ...