Adding entries to TMap in custom asset type not always reflected without restarting editor

UE - Gameplay - Blueprint - Aug 22, 2017

If you adding entries to a TMap in a custom asset type in the content browser, after a certain number of entries the last entry fails to be found with the "find" function for TMaps in blueprints, ev ...

Level cannot save when compile setting is changed on blueprint present in level

UE - Gameplay - Blueprint - Aug 21, 2017

When using a project that has a blueprint in a level when the project is created, there is an issue that is occurring when you modify the compile settings and attempt to save the level There is an e ...

Crash when pasting transform in Sequencer

UE - Anim - Sequencer - Aug 21, 2017

The editor crashes when trying to copy and paste a key in sequencer if the mouse has been slightly moved. ...

[CrashReport] UE4Editor_Engine!ULevel::GetWorldSettings() [level.cpp:1643]

UE - Gameplay - Aug 21, 2017

This is a common and longstanding crash that has occurred since at least 4.12. User descriptions cover a variety of actions. User DescriptionsCompiling a playerblueprint with firing logic and advan ...

[CrashReport] UE4Editor_Engine!FShaderCompilingManager::LaunchWorker() [shadercompiler.cpp:1573]

UE - Graphics Features - Aug 21, 2017

This is a common and longstanding crash that has occurred since at least 4.9. The issue appears to be due to missing ShaderCompileWorker.exe in binaries, but many of these crashes occur in the vani ...

[CrashReport] UE4Editor_AssetRegistry!FPackageReader::operator<<() [packagereader.cpp:479]

UE - Foundation - Core - Aug 21, 2017

This is a regular and longstanding crash that has occurred since at least the 4.14 release. The majority of the crashes occur on non-vanilla builds, although there have been a few vanilla crashes. ...

[CrashReport] Cooking Commandlet crash - FAsyncWriteWorkerWithSplitExports::DoWork() [savepackage.cpp:563]

UE - Foundation - Core - Cooker - Aug 21, 2017

This is a regular commandlet crash that has occurred since at least 4.15. Source Context 543 IFileManager::Get().SetTimeStamp(*Filename, FinalTimeStamp); 544 } 545 } 54 ...

[CrashReport] UE4Editor_ClothingSystemEditor!UClothingAssetFactory::CreateFromSkeletalMesh() [clothingassetfactory.cpp:357]

UE - Simulation - Physics - Character - Aug 21, 2017

This is a trending crash occurring in 4.17 and 4.17.1. Users have not provided any descriptions of their actions when the crash occurred. Source Context 345 if(Params.bTryAutoFix && Param ...

[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 ...

Editor reads Alt Gr key input as Ctrl + Alt

UE - Gameplay - Input - Aug 18, 2017

When changing editor shortcuts / input settings, pressing the AltGr key will cause the editor to read the key combination of Ctrl+Alt rather than a single key press. This is likely due to Ctrl+Alt ...