LLM PlatformProcessMemory calculation ignores VRAM, and its calculation of how much memory is used by the process is too low

UE - Foundation - Sep 29, 2023

FLowLevelMemTracker::TickInternal() the ELLMTag::Total (and therefore ELLMTag::Untracked) memory amounts are calculated based only on the result of FPlatformMemory::GetStats(), which on the Windows ...

Properties not serialized when moving actor/component depending on unrelated specifiers

UE - Framework - Blueprint - Sep 25, 2023

When an actor is moved on the level editor viewport, it is reconstructed along with its components, which at first makes their properties reset to their default state. Thankfully, this does not happ ...

Dataprep Import Causing Unloaded Stream Levels to Reappear in Editor

UE - Editor - Content Pipeline - Visual Dataprep - Sep 22, 2023

Unable to play replays with custom GameNetworkProtocolVersion set at runtime

UE - Networking - Sep 20, 2023

It seems that when comparing the custom versions for a replay (in the "operator<<" defined in ReplayTypes.cpp), the value retrieved from the FCurrentCustomVersions is not the value set at runtime, b ...

Target Points are changing locations within World Partition Maps Shipping Build

UE - World Creation - Worldbuilding Tools - World Partition - Sep 19, 2023

Target Point Actors are changing location when in a World Partition Map within a Shipping Build. This does not occur in Non World Partition Maps. The name of the Asset also changes when in a World ...

Spherecast against complex geometry is returning odd results

UE - Simulation - Physics - Sep 19, 2023

Turning on batching of sphere casts when colliding against complex gives incorrect results. Affects debug output and vehicle wheels and body movement. The issue is with the batch query mode which ...

Level Instance: UWorld::BlockTillLevelStreamingCompleted doesn't do recursive Level Instances

UE - World Creation - Worldbuilding Tools - Level Instances - Sep 19, 2023

Pins using SGraphPinNameList do not handle reset correctly and do not have a "None" entry

UE - Framework - Blueprint Editor - Sep 15, 2023

From the UDN licensee: I put together a draft PR of something that should work. As I mentioned in the PR, this works as expected with one caveat; in SPinComboBox::Construct we are hardcoding the to ...