Crash Occurs When Attempting to Resume Execution After Hitting a Breakpoint in a BT Task

UE - Gameplay - Oct 6, 2017

When a breakpoint is hit in a BT Task, if you attempt to use CTRL+P to search for and open the BT the task is being run in, try to resume execution, and then return to the original BT Task Blueprint ...

Compiling Child Blueprint changes values in parent Blueprint

UE - Gameplay - Blueprint - Aug 15, 2017

When Compiling a blueprint that is a child actor component to another blueprint, the value will be incorrectly displayed if the parent blueprint is also not compiled. Versions Tested 4.16.3 - CL: 3 ...

IsTraceHandleValid with default FTraceHandles has unexpected behavior on the first frame

UE - Simulation - Physics - Sep 18, 2018

Because both FWorldAsyncTraceState's CurrentFrame and FTraceHandle are default initialized to 0, on the first frame, if a new Asnc Trace starts all default FTraceHandles will reference the same (now ...

GAS: Ability that destroys owning actor on activate causes crashes due to ABILITYLIST_SCOPE_LOCK

UE - Gameplay - Gameplay Ability System - Oct 31, 2023

A GameplayAbility that destroys its owning actor inside ActivateAbility() causes a crash, because actor destruction will modify the ability list but ActivateAbility() is called within an ABILITYLIST ...

shadow seam occurs when lighting is built after object is rotated

UE - Graphics Features - Jul 12, 2017

There is an issue that is occurring where visible shadow seams appear after an object is rotated where it was not previously. CL tested 4.15.3 - CL 3450819 - Issue is present 4.16.2 - CL 3514769 - ...

Cannot undo moving a mesh via Pilot

Tools - Jan 2, 2018

There is an issue where the undo does not affect movement made by piloting an object in a level. This issue does not appear to be a regression. Versions Tested: This issue occurs in all versions te ...

[AI] Nav Modifier Volume inside of a Level Instance does not update navmesh when moved

UE - AI - Navigation - Oct 3, 2023

The issue is seen when using a normal navmesh inside of a World Partitioned level. Adding a Nav Modifier Volume to a Level Instance, and placing the Level Instance in the world will affect the navme ...

This project crashes when one Blueprint is compiled if its child Blueprint is opened in another tab

UE - Gameplay - Blueprint - Mar 18, 2015

This project crashes when one Blueprint is compiled if its child Blueprint is opened in another tab. This only occurs with one Parent/Child combination: the crash occurs when compiling Building whil ...

Editor hits Asserts when trying to use debug rendering such as ShowFlag.LODColoration

UE - Rendering Architecture - RHI - Sep 22, 2020

The assert in BasePassRendering.cpp:693 fires, crashing to desktop when using this console command in the editor, in PIE, and closes out the window when playing in Standalone. Does not crash when us ...

Light Propagation Volume Occlusion Intensity not working as intended

UE - Graphics Features - Oct 26, 2017

Light Propagation Volume Occlusion does not affect scene as it should. The workaround in 4.17.2 is to disable DBuffer decals which will enable the Light Propagation Volume Occlusion. Occurs in 4.1 ...