A crash in editor will result after swapping inherited SCS component names at the parent class level before loading a child class that overrides them.

UE - Gameplay - Blueprint - Oct 26, 2018

This is an editor-only crash that's due to stack overflow/infinite recursion in UInheritableComponentHandler::FixComponentTemplateName(). We are recursively trying to rename other inherited componen ...

FObjectReplicator::ValidateAgainstState may validate against the wrong buffers

UE - Networking - Oct 22, 2018

In 4.14, changes were introduced to share replicated state between objects on the server (Shadow State) this was done to allow sharing property comparisons to determine when objects needed to replic ...

Instanced Static Mesh component instances in levels that are not currently loaded do not have their defaults updated properly

UE - World Creation - Worldbuilding Tools - Foliage - May 17, 2018

Editing the properties of an Instanced Static Mesh or Hierarchical Instanced Static Mesh does not propagate those edits to the defaults of instances that are in levels that are not currently loaded. ...

[CrashReport] UAIBlueprintHelperLibrary::CreateMoveToProxyObject [aiblueprinthelperlibrary.h:26]

UE - Foundation - Core - May 9, 2018

User comments in crash group:I tried making an AI run into my sidescroller characterstarting level with ai 2188 void RemoveAllSwap(const PREDICATE_CLASS& Predicate, bool bAllowShrinking = tru ...

[CrashReport] UE4Editor_RHI!TSet<TTuple<FBoundShaderStateKey,FCachedBoundShaderStateLink * __ptr64>,TDefaultMapHashableKeyFuncs<FBoundShaderStateKey,FCachedBoundShaderStateLink * __ptr64,0>,FDefaultSetAllocator>::FindId() [set.h:629]

UE - Graphics Features - Mar 23, 2018

No user comments in crash group 620 FSetElementId FindId(KeyInitType Key) const 621 { 622 if (Elements.Num()) 623 { 624 for(FSetElementId ElementI ...

Component hierarchy is reset for a Blueprint instance's newly added components if root is created in C++

UE - Gameplay - Blueprint - Feb 7, 2018

When a Blueprint is based off of a class that has its root component defined in C++, any components added to an individual instance of a blueprint reset their hierarchy so that they are always attac ...

[CrashReport] - TRawMessageHandler<FTargetDeviceServicePong,FTargetDeviceProxyManager>::HandleMessage()

UE - Platform - Mobile - Jan 25, 2018

User comments:Packaging Android Crash with similar callstack fixed in 4.16: [Link Removed] I verified that the repro steps in that bug do not cause a crash in 4.18.3 Similar crash on Mac: [Link Re ...

[CrashReport] UE4Editor-CoreUObject.dylib!TFastReferenceCollector<true, FGCReferenceProcessor<true>, FGCCollector<true>, FGCArrayPool, false>::ProcessObjectArray()

UE - Foundation - Core - Jan 24, 2018

Comments from users:UEQA - Christina.Sturgill - Release-4.18 CL3691775 - Crashed running Match3 on Mac after game loads.Hit Save All. This crashed the Editor.Used Command+Shift+S to Save All after C ...

[CrashReport] UE4Editor_CoreUObject!UStruct::IsChildOf() [class.h:373]

UE - Gameplay - Jan 24, 2018

Comments from users:I pressed Play while having a directional light selected in-editorChanged landscape collision mip level. ...