There is odd Cursor Snapping in Ortho Views when objects are translated or rotated using gizmos

UE - Editor - Workflow Systems - Jun 17, 2022

Creating spline points requires interaction with the translate gizmo, and as soon as the new point is created when in an orthographic view, the cursor snaps back to the starting gizmo position. Thi ...

Unable to override private Blueprint variables in child classes

UE - Gameplay - Blueprint - Jun 16, 2022

In UE4, "Private" for Blueprint variables was misnamed: its behavior actually meant "Protected". In other words, it can't be read or written to by external objects, but it can be by derived types. A ...

Ensure hit in OutdatedKnownStaticMeshDetected for replicated StaticMeshComponent

UE - Networking - Jun 10, 2022

The component's KnownStaticMesh value is updated whenever UStaticMeshComponent::UpdateBounds is called, and AActor::OnRep_ReplicatedMovement can result in this being called for the component. If thi ...

Queued AnimNotifies skipped on Server via CharacterMovement in Dedicated Server

UE - Anim - Gameplay - Jun 9, 2022

Details in UDN [Link Removed] ...

Type promotion should handle UObject subclass custom operator functions

UE - Gameplay - Blueprint Editor - Jun 7, 2022

We should modify FindBestMatchingFunc_Internal for the case of UObject pins to search for a best matching subclass instead of just use the base UObject comparison.  We could also exclude any func ...

Pawn's role is incorrect in BeginPlay on client if a multicast RPC is called in BeginPlay on server

UE - Networking - Jun 6, 2022

It seems as though calling a multicast RPC during BeginPlay on the server will cause the new actor to finish spawning on the client before applying any initial replicated data, such as the actor's R ...

Properly handle child actor component referencing Level Instance actor

UE - World Creation - Worldbuilding Tools - Level Instances - Jun 3, 2022

Runtime Virtual Texture samples at low precision for very large volumes

UE - Graphics Features - May 31, 2022

When using a runtime virtual texture with a resolution of greater than 2^24 we can start to see a lack of precision in sampling when the sampling UVs get closer to 1. To see this we need to be usin ...

[Debug Tools][Crash] - Enabling au.editor.ForceAudioNonStreaming causes editor to crash the next time the user PIEs

UE - Audio - Stream Caching - May 31, 2022

Encountered while going through some debug commands. Repro 3/3. Crash Reporter Link: [Link Removed]Assertion failed: ChunkIndex != 0 [File:E:\User\Engine\Source\Runtime\Engine\Private\AudioStreaming ...

[MetaSounds] - If the audio output hits an extreme Gain value, the Audio Meter Widget stops responding

UE - Audio - MetaSounds - May 20, 2022

It's possible to have the Audio Meter widget stop responding if you set the Gain really high. It will cease to work as long as the MetaSound window is open. Closing and reopening the MetaSound windo ...