Editor crashes when trying to focus a muted subsequence

UE - Anim - Sequencer - Mar 13, 2024

It appears the hierarchy is invalid for muted sequences, so there is no context to focus them in.  ...

MapCheck warnings when opening a map using landscape override material

UE - LD & Modeling - Terrain - Landscape - Mar 13, 2024

On NM_Client, GameplayDebugger defaults to green smiley for NPCs implying running BehaviorTree while AI info is unknown

UE - AI - Debugging - Mar 12, 2024

Context GameplayDebugger (Press ` in-game) displays a green smiley (AICON-Green) for AIControlled pawns that are running a BehaviorTree and a red angry face (AICON-Red) otherwise. If the AIControll ...

InstancedStruct hard references fail to cook in World Partition map

UE - World Creation - Worldbuilding Tools - World Partition - Mar 12, 2024

Hard references through InstancedStruct do not cluster the actors together into the same cell. ...

When copying category properties, all the EditConst flags are not checked. This overrides variables that should not be written.

UE - Editor - Workflow Systems - Mar 12, 2024

If you create two actors that have the same structure of variables in a category, and you try to copy the category variables of one actor into the other, variables that have ReadOnly/EditConst speci ...

Jitter playing animation on actor located far from origin

UE - Anim - Runtime - Mar 12, 2024

A licensee has reported an issue with jitter when playing animations on an actor translated far from the origin (300000.0 units).  This repros on the First Person Template.  The issue is more obviou ...

[AI] Navmesh edge missing for polygon in tile

UE - AI - Navigation - Mar 11, 2024

User is reporting a bug where there are cases that a polygon in a navmesh tile will not generate an edge. This seems to be where only part of the polygon side would be part of the edge, but the rest ...

Playing two instances of the same level sequence with an audio track will not work as expected.

UE - Anim - Sequencer - Mar 11, 2024

Two instances of the same level sequence playing audio will cause the audio to stop playing. ...

Disabling internal audio to use external audio system shows "Audio Device Manager Initialization Failed!" warning

UE - Audio - Mar 11, 2024

In addition, we can find  "Main audio device could not be initialized. Please check the value for AudioDeviceModuleName and AudioMixerModuleName in [Platform]Engine.ini." log message in the engine. ...

CharacterMovementComponent: simulated proxy can go into falling due to linear velocity quantization when using custom gravity

UE - Gameplay - Components - Mar 8, 2024

The character movement component in  void UCharacterMovementComponent::SimulateMovement(float DeltaSeconds) evaluates whether to find the floor when simulating the movement of the simulated proxy ...