Unknown font when using Stacked View Mode in Curve Editor

UE - Editor - Workflow Systems - Nov 16, 2021

When using the Stacked View Mode in the curve editor the font displaying the name of the curve is displaying a placeholder font. This issue is occurring in Binary //UE5/Early-Access @ CL 16682836 ...

Replay playback does not start at 0

UE - Networking - Nov 9, 2021

Replays start playing before the player finishes loading into the level. From the player's point of view the replay starts playing 3 seconds into the replay instead of playing at 0 seconds. The pl ...

Actor channel unable to go dormant if replication key is not changed

UE - Networking - Nov 4, 2021

If the subobject's RepKey is not updated after setting the actor to go dormant, then the subobject won't be replicated. This causes FObjectReplicator::ReadyForDormancy to return false for the subobj ...

"Primitives with unbuilt interactions" not clearing after lighting scene rebuild

UE - Graphics Features - Oct 29, 2021

Regression No, according to affect version 4.26 and 4.27 [2021.10.29-17.01.06:085][830]Primitives with unbuilt interactions: 6[2021.10.29-17.01.06:085][830] Primitive FoliageInstancedStaticMeshComp ...

Animation Layer Interface layer renaming issues

UE - Anim - Runtime - Oct 21, 2021

Renaming a layer in an AnimationLayerInterface can cause issues where that layer doesn't bind properly, depending on which assets are open at the time. It works correctly if you rename a layer in a ...

Audio Capture Component Crash on Android

UE - Audio - Oct 15, 2021

Android is experiencing a delayed crash after an Audio Capture Component is destroyed. This appears to be a potential problem with the way Android's implementation of Audio Capture Component closes ...

[AI] GameplayDebugger can be enabled by key press when a Slate widget is focused.

UE - Editor - UI Systems - Oct 12, 2021

Found by licensee. After debugging, it appears that the Slate input is consuming the KeyDown event which adds the apostrophe, but it passes the KeyUp event back to Player input. The gameplay debugge ...

ETraceTypeQuery and EObjectTypeQuery not fully exposed to Python

UE - Editor - Workflow Systems - Oct 5, 2021

The ETraceTypeQuery and EObjectTypeQuery enums declared in EngineTypes.h aren't fully exposed to Python. Both enums have 32 entries, but Python is only aware of the first 2 for ETraceTypeQuery and t ...