Opening a DataTable that is set to a Struct that is using a Key variable will crash the editor

Tools - Nov 3, 2015

Opening a DataTable that is set to a Struct that is using a Key variable will crash the editor User Description: I'm getting this crash when using Key variable in DataTable. I was able to repro i ...

Creating an AnimStreamable asset immediately crashes the editor

UE - Anim - Runtime - Feb 6, 2024

When creating an anim streamable we immediately fail a check in the compression code in FCompressibleAnimData::FetchData: checkf(AnimSequence, TEXT("Invalid animation sequence while trying to fetc ...

Subobject delimiter replacement in ResolveName can cause previously valid strings to exceed NAME_SIZE

UE - Foundation - Core - UObject - Nov 8, 2021

ResolveName will replace the subobject delimiter (colon) with two periods. This increases the length of the string, and can cause asserts due to the string exceeding NAME_SIZE even when the name was ...

LIVE: LANDSCAPE: RENDERING: Landscape smooths until edited again after saving

UE - Graphics Features - Sep 15, 2014

Build: 4.4.2-2289767 Description: If a user makes changes to a landscape then saves the project, the landscape will appear smoothed until another change is made. Repro: [Reproduced Internally] 1. O ...

Attaching skeletons with welding with simulation broken

UE - Simulation - Physics - Nov 4, 2016

Looks like there may be a missed edge cases when welding Skeletal Meshes. If the Weld Parent has Simulate Physics enabled after welding, the parent continuously tries to depenetrate from the child ...

Compile failure packaging code project for tvOS from Mac

UE - Platform - Mobile - Apr 27, 2017

Also occurs in the live 4.15.1 build. This does not occur for BP projects or when packaging for iOS. Same compile error as UE-41313UATHelper: Packaging (tvOS): UnrealBuildTool: /Users/Shared/Unrea ...

EOS Voice plugin causes a crash after adding "DefaultPlatformService=EOS" to the DefaultEngine.ini then restarting the editor

UE - Online - Jan 10, 2022

This is not a regression. Doesn't affect UE5. The editor crashes on start up after enabling EOS Voice Chat, and updating the .ini to include DefaultPlatformService=EOS. Removing DefaultPlatformServ ...

(Undo Crash in BPs) [CrashReport] UE4Editor_Core!rml::internal::Block::findObjectSize()

UE - Gameplay - Blueprint - Jul 25, 2017

This is a trending crash in the 4.17 Preview. There was one occurrence of this callstack months ago in 4.15.1, but a number of recent ones in 4.17. User DescriptionsI was pressing cltr+z severl ti ...

[Quartz] - Playing a Force Inline SoundWave asset with PlayQuantized crashes editor

UE - Audio - Quartz - Aug 17, 2023

Calling PlayQuantized on an asset set to Force Inline crashes editor:Assertion failed: SoundWaveDataPtr->GetLoadingBehavior() != ESoundWaveLoadingBehavior::ForceInline [File:D:\SMoyls_UE5_Release-5. ...

[CrashReport] UE4Editor_Sequencer!FSequencer::Tick() [sequencer.cpp:439]

UE - Anim - Sequencer - Aug 21, 2017

This is a common crash that has occurred since at least the 4.10 release, although there seems to be a gap where it may not have occurred through the 4.12-4.14 releases, but returned with 4.15. Use ...