Deferring Blueprint CDO construction at load time is leading to some data loss.

UE - Gameplay - Blueprint - Jan 27, 2023

Various licensees are reporting data loss on load due to the change that was made for [Link Removed] in which we now defer Blueprint CDO construction on load until the finalization phase. This issu ...

Enabling Use Pawn Control Rotation on a SpringArm component does not set the rotation values to zero, and subsequent rotation is not allowed after the setting is disabled

UE - Gameplay - Player Movement - Jan 2, 2016

Enabling Use Pawn Control Rotation on a SpringArm component does not set the rotation values to zero. Subsequently disabling Pawn Use Control Rotation make rotation of the component impossible until ...

CRITICAL: Regression: CRASH: SHOOTERGAME: Client crashes when using ServerTravel command

UE - Networking - Sep 17, 2014

Update (5/4/15): New repro steps using Main (//depot/UE4/Promotable-CL-2535351): 1. Create a new Blueprint project 2. Create 3 new Levels: MainMenu, Lobby, and Level 3. Create 3 new GameModes: Main ...

Complex Collision as Simple causes odd Overlap behavior

UE - Simulation - Physics - Jan 25, 2016

When triggering overlap events with a Static Mesh using Complex Collision as Simple, the overlap Begin and End events will be triggered rapidly in sequence. Changing to Default collision will fix t ...

Sequencer Auto-key will incorrectly place a key for rotation if the object's rotation is not between -180 and 180

UE - Anim - Sequencer - Aug 17, 2016

Sequencer prefers rotation to be specified between -180 and 180, while the details panels prefer between 0 and 360. When auto-key is on, sequencer will add a key that does this conversion despite th ...

The 'Console Variables' option does not Output an HTML file

Tools - Aug 23, 2016

No HTML file is created when using the newly added 'Console Variables' help menu option. This option is the same as entering 'Help' into the console command window. Neither of these options produce ...

OnSmartLinkReached Event Not Firing in PIE

UE - AI - Sep 20, 2016

The OnSmartLinkReached event is not firing in PIE. This is a regression. In 4.12.5 the event fires as expected. Found in 4.13.0 CL 3106830 Reproduced in 4.14 Main CL 3129233. ...

MetalRHI Asserts When Using "Profile GPU" With RHI-Thread/Parallel-Execution

UE - Graphics Features - Sep 14, 2016

When the RHI thread is enabled (with or without parallel-execution) for Metal it isn't currently possible to run "profilegpu" because the GPU timestamp emulation code isn't multi-thread safe and pro ...

Crash when Removing and adding players on client

UE - Networking - Apr 26, 2016

Crash when Removing and adding players on client. If the user adds a player to the client and then removes that player and then adds another one. This appears to crash the editor ...

Engine crash when Scene Capture Component 2D is added to viewport with forward rendering

UE - Graphics Features - Nov 26, 2016

If forward shading is enabled and shadows are disabled, adding an actor with a SceneCaptureComponent2D and static mesh to the viewport will cause the editor to crash. Regression: Yes - this crash o ...