Invalid asset crashes editor

UE - Foundation - Core - Jun 7, 2017

I had to force quit the editor when it was taking too long to shut down, and it appears some assets got saved incorrectly. Probably nothing that can be done about the assets being saved incorrectly ...

[Audio Gameplay Volumes] - Lower Priority SubmixSendVolume components still send overlapped by a higher priority component

Audio-Gameplay-Engineering - Jul 14, 2022

In the test above, the Blue Component has a higher priority than the green component; however when in the listener is positioned where the components overlap, both components submix sends are active ...

Cannot Increment a Blackboard Key Value

UE - Gameplay - Blueprint - Feb 4, 2016

Getting a blackboard value as int and then attempting to increment it does not actually increment the value. Upon attempting to increment a value that started at 0, the editor continued to print out ...

User Play Space Rot does not change anything in Client Play Camera Shake

UE - Gameplay - Jun 11, 2015

User does not change anything in Client Play Camera Shake. Reproduced in 4.8 and Main (//depot/UE4/Promotable-CL-2581498). This is a Regression: it works as expected in 4.7.6 ...

Editor Type Plugins are Included in Packaged Development Build

UE - Foundation - Cpp Tools - UnrealBuildTool - Feb 19, 2016

When you declare a plugin as "Editor" type, the plugin is still included in a packaged development build. Found in 4.10.3 binary. Reproduced in 4.11 Preview 5, and Main CL 2870013 ...

Replace references doesn't prompt to save dirtied assets that hold a soft reference to the deleted asset

UE - Gameplay - Dec 21, 2017

When deleting an asset any other asset that holds a soft reference to the deleted item will appear in the reference list. For a soft reference when choosing to replace the references with another as ...

NiagaraSystem is compiled every time when first loaded in the editor

UE - Niagara - May 20, 2022

If you are using a large amount of Niagara, you will experience excessive load times in PIE even if nothing is changed. The following code change seems to be effective as an interim response. void ...

PlayerController isn't tickable during pause while using the 'Set Tickable When Paused' node

UE - Gameplay - Jun 18, 2015

PlayerController isn't tickable during pause while using the 'Set Tickable When Paused' node. https://answers.unrealengine.com/questions/243791/camera-ticks-but-does-not-update.html User Descriptio ...

[CrashReport] UE4Editor_Engine!UAnimSequenceBase::GetAnimationPose() [animsequencebase.h:148]

OLD - Anim - Aug 22, 2017

This is an intermittent crash coming out of the 4.17.1 release. I have not been able to find any record of this occurring in 4.17.0, so it may actually be a regression with the hotfix. Users have ...

Renaming a Blackboard Key removes it's references in the Behavior Tree

UE - AI - Jan 27, 2015

Renaming a Blackboard Key removes it's references in the Behavior Tree ...