[CrashReport] Mac crash - libobjc.A.dylib!objc_retain() [UnknownFile]

UE - Platform - Apple - Nov 10, 2017

This is a longstanding but low frequency Mac crash. User DescriptionsChanging camera shake values and testing in a new editor window Callstack from Log[2017.11.09-19.23.22:392][ 63]LogMaterial: Mi ...

[CrashReport] UE4Editor_MeshPaint!FMeshPaintGeometryAdapterForStaticMeshes::OnRemoved() [meshpaintstaticmeshadapter.cpp:222]

Tools - Nov 21, 2017

This is an infrequent crash in the 4.18 release. Users have not provided any description of their actions when the crash occurred. Source Context 210 if (StaticMeshReferencers) 211 ...

RegisterComponentWithWorld does not check to see if Children of registered component have bAutoRegister set to false

UE - Gameplay - Components - Nov 30, 2017

UActorComponent::RegisterComponentWithWorld() does not have a check for bAutoRegister near the end of the function, where it registers the component's children if it was created by the Construction ...

[CrashReport] Mac crash - UE4Game!FShaderCache::InternalSetGraphicsPipelineState

UE - Graphics Features - Dec 1, 2017

This is a common Mac crash in 4.18. It occurs in Game mode, not in Editor. Users have not provided any descriptions of their actions when the crash occurred. Callstack from Log[2017.11.21-20.30.4 ...

Compile warning/error in the FUpdateCollisionResponseHelper destructor

UE - Simulation - Physics - Dec 15, 2017

It has been reported that when building with Visual Studio 2017 version 15.5.1, a warning/compile error is shown in BodyInstanceCustomization.cpp: warning C4287: '<': unsigned/negative constant mism ...

When using StringToBytes() it returns an incorrect value

UE - Foundation - Core - Jan 4, 2018

When using the StringToBytes() function it returns one less byte due to the -1 at the end of the return. The function takes a string and converts it to bytes but it always returns one less byte than ...

Shortcut(Function, Add a new function graph) leads to crash in the MacroLibrary editor.

UE - Gameplay - Blueprint Editor - Dec 4, 2017

Shortcut will still led to create a new function in the macro library. and this makes engine crash with following callstack. Assertion failed: Blueprint->BlueprintType != BPTYPE_MacroLibrary [Link ...

[CrashReport] UE4Editor_PropertyEditor!TSharedPtr<IPropertyUtilities,0>::ToSharedRef() [sharedpointer.h:794]

Tools - Dec 6, 2017

Top Crash in 4.18 release Comment from User: "Picking a color for my shader" Source Context:// NOTE: The following is an Unreal extension to standard shared_ptr behavior 788 FORCEINLINE ...

Client move combining triggers repeated overlap start/end events on network client

UE - Gameplay - Player Movement - Jan 2, 2018

This is caused by client move combining warping the player back and replaying the move. Workaround is to set "p.NetEnableMoveCombining 0" but that is bad for network bandwidth. We should probably ...

[CrashReport] AMDMTLBronzeDriver!amdMtlBronzeWriteStopSample()

UE - Graphics Features - Jan 5, 2018

No user comments on this issue ...