Copying a socket to another skeleton adds a "_0" suffix

OLD - Anim - Jun 28, 2017

Copying a socket to another skeleton adds a "_0" suffix Occurs on? 4.15 - 3450819 - YES 4.16 - 3466753 - YES 4.17 - CL#3512142 - YES ...

Play rate affects all blendspace samples using the same Anim Sequence

OLD - Anim - Jun 27, 2017

Play rate affects all blendspace samples using the same Anim Sequence Occurs on? 4.15 - 3450819 - YES 4.16 - 3466753 - YES 4.17 - 3502710 - YES ...

Nativize BP Package fails when using Sub Anim Instance with exposed variables

OLD - Anim - Jun 26, 2017

When using exposed variables on Sub Anim Instance nodes, packaging with nativize blueprints fails Tested on: 4.15 - 3450819 4.16 - 3466753 4.17 - 3502710 ...

Android Crash on app launch if AdditionalPluginDirectories contains wildcards in path

UE - Platform - Mobile - Jun 23, 2017

Having wildcards in the path for AdditionalPluginDirectories causes apps on Android to crash on launch. When testing this on iOS, the app did not crash but froze at the splash screen instead. Androi ...

[CrashReport] Crash on Mac related to cooking for Android - libstdc++.6.dylib!std::_Rb_tree_rotate_left()

UE - Platform - Mobile - Jun 23, 2017

This is a common crash on Mac that has occurred since at least 4.12.5. It seems to occur during converting textures while cooking for Android. Callstack from LogLogCook:Display: Cooking /Engine/En ...

[CrashReport] Crash on Mac - UE4Editor-SlateCore.dylib!SWindow::IsVisible()

UE - Platform - Apple - Jun 23, 2017

This is a common crash on Mac in the 4.16 release, and has occurred with low frequency since at least 4.11. Users have not provided any descriptions, so additional information is currently unknown. ...

[CrashReport] Assertion on Mac: Could not create a libwebsocket - FNetworkFileServerHttp::Init()

UE - Platform - Mobile - Jun 22, 2017

This is a common crash on Mac that occurs in the 4.16 release. This appears similar to [Link Removed], which was closed with the 4.13 release. Users have not provided descriptions. Many (but not a ...

[CrashReport] Crash on Mac due to uncaught exception 'NSRangeException' - HIToolbox!DispatchEventToHandlers()

UE - Platform - Apple - Jun 22, 2017

This is a common and longstanding community crash on Mac. Users have not provided descriptions when they crash, so additional information is currently not available. A log file is attached. Call ...

[CrashReport] Crash related to movie render - UE4Editor_UnrealEd!UEditorEngine::Tick()

UE - Anim - Sequencer - Jun 22, 2017

This is a common crash occurring for users in the 4.15 and 4.16 releases. It seems related to rendering movies in Sequencer, but additional information is currently unavailable. A log file is attac ...

Bandwidth usage of USceneComponent::RelativeLocation is too high

UE - Networking - Jun 22, 2017

USceneComponent::RelativeLocation is an uncompressed FVector (3x32 bits replicated). Consider changing to FVector_NetQuantize100, or consider implementing custom serialization (with customizable qua ...