Error when merging meshes with sections

UE - World Creation - Worldbuilding Tools - Merge Actor - Sep 6, 2023

Note that the issue does not happen if the two materials have different colors. Note also that the issue happens if one of the meshes to merge has 2 sections with the same material assigned ...

Client cannot find LevelStreaming in editor mode

UE - World Creation - Worldbuilding Tools - Sep 6, 2023

From licensee: When we run MainMap (NM-Standalone) and then open GameMap to play (options - listen). When the client joins the server, it won't be able to find the LevelStreaming in GameMap (see - ...

Gauntlet test warnings in QAGame Win64 Development BootTest

UE - Rendering Architecture - RHI - Sep 6, 2023

QAGame Win64 Development BootTest: * Ensure: Ensure condition failed: oldValue == newValue [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Private\HAL\ThreadingBase.cpp] [Line: 311] oldVal ...

Gameplay Tags: Consider tag redirects in RequestGameplayTag()

UE - Gameplay - Blueprint - Sep 6, 2023

Users can obtain a FGameplayTag reference by calling FGameplayTag::RequestGameplayTag(TagName) passing in a path like MyCategory.MyGameplayTag. Users can rename INI-defined tags in the editor via t ...

[Audio Modulation] - Ensure is thrown when attempting to modulate a Source Effect at runtime

UE - Audio - Modulation - Sep 6, 2023

Does *not* occur in editor. Only in standalone and runtime. Occurs when modulating Chorus or Bit Depth Also occurs in 5.2 and 5.3. I also noticed the test with this is supposed to set the chorus e ...

Attribute Reader + Torus Shape Location module cause NaNs in CPU Niagara systems

UE - Niagara - Sep 5, 2023

It appears using the attribute reader with the shape location module set to torus will cause NaNs. The log mentions Sphere Radius among them, which should not be used with the torus mode. ...

Volumetric lightmap + stationary light has missing shadows

UE - Rendering Architecture - Sep 5, 2023

Primitives with the "Lightmap Type" set to "Force Volumetric" are not shadowed correctly. Issue dates back to at least 4.27.2. As a workaround, making FLightCacheInterface::GetStaticInteraction al ...

Editor/Details Panel allows duplicate keys in TMap/TSet UPROPERTY()

UE - Editor - Workflow Systems - Sep 5, 2023

When edited through the Details Panel in the Editor, TMap and TSet properties should not allow duplicate keys. When those keys are USTRUCTs with the “WithIdenticalViaEquality” trait, this should be ...

[MetaSounds] - Trigger inputs called by Execute Trigger Parameter refire on MetaSounds that become active after virtualization

UE - Audio - MetaSounds - Aug 31, 2023

If trigger execute is called in Blueprint, it will fire every time the sound recovers from being virtual, even if it has not been called again. See video example: [Link Removed] Also occurs in Re ...