GTAO console command minor issues

UE - Graphics Features - Oct 18, 2024

The following ambient occlusion console commands have issues: r.AmbientOcclusion.Compute ? The help text state it only works console but it also works on PC and likely other platforms. r.GTAO.Use ...

Race condition triggers an ensure 'bIsInitialized && Other.bIsInitialized' inside FVisualLogEntry::MoveTo on animation worker thread

UE - AI - Debugging - Oct 18, 2024

A licensee reported occasionally triggers an ensure during automation testing, potentially when the GameThread flushes Visual Logger via FVisualLogger::Flush() and an animation worker thread executi ...

Blueprint "Replace Variable with..." option doesn't show Input Parameters as an option

UE - Gameplay - Blueprint - Oct 18, 2024

This appears to be an oversight with input parameters. UEdGraphSchema_K2::GetReplaceVariableMenu should also search the list of input parameters when finding matching replacements. ...

A GeometryCollection that was broken and is going through shrinking will reset the size of its particles if a second level is broken

UE - Simulation - Physics - Destruction - Oct 18, 2024

Might relate to issue [Link Removed] - "The Remove-On-Break feature, set on Fracture Mode on Geometry Collections, stops shrinking and shows strange behaviors" The added information on this particu ...

Lumen doesn't handle Area Lights Reflection Occlusion well

UE - Graphics Features - Lumen - Oct 18, 2024

Scrolling through the ListView inadvertently displays duplicate elements

UE - Editor - UI Systems - UMG - Oct 17, 2024

When a ComboBox is set as elements in a ListView, it can see that the option is set to the wrong element when selecting the ComboBox.  ...

Crash (Assertion failed "SystemInstanceController->IsSolo()") when enabling "Start with Tick Enabled" on a Niagara Component

UE - Niagara - Oct 17, 2024

Currently, Niagara Components are only expected to have their TickComponent() method called when their system is marked as "Solo", which makes them be simulated individually. In the most common scen ...

[Feature Request] Allow bulk-assignment of values during blend profile/mask creation

UE - Anim - Runtime - Oct 16, 2024

Users have reported that manually editing each bone when generating blendmasks to be tedious and could be easier with some bulk editing functionality. ...

[Feature Request] Allow bulk-assignment of values during blend profile/mask creation

UE - Anim - Runtime - Oct 16, 2024

Users have reported that manually editing each bone when generating blendmasks to be tedious and could be easier with some bulk editing functionality. ...

InstanceLocalBounds is lost when calling GetCustomUniformBufferResource

UE - Niagara - Rendering - Oct 16, 2024

Looks like he data is being lost along the chain from our call to GetCustomUniformBufferResource and is erased in both FPrimitiveSceneProxy::UpdateUniformBuffer and in FPrimitiveSceneShaderData::Bui ...