Create Session does not work in a packaged game from any project that has used C++

UE - Networking - Dec 28, 2015

After adding C++ to a content-only project, Create Session no longer works in a packaged game. The following warning appears in the log: LogScript:Warning: CreateSession - Invalid or uninitialized ...

Crash when connecting to source control

Tools - Dec 28, 2015

Attempting to connect to Perforce source control causes the editor to crash in 4.10.1. The action being preformed (connecting to source control) and repro steps (reported by licensee) match [Link R ...

Packaging a project to HTML5 and opening the project disables mouse over events

UE - Platform - Mobile - Dec 24, 2015

Packaging a game to HTML5 disables the mouse and mouse over events on local host, which prevents any mouse functionality from working in a packaged project. ...

ApplyAdditive AnimBlueprint node with Slot node is not working correctly.

OLD - Anim - Dec 24, 2015

Applying ApplyAdditive node with Additive motion directly on AnimBlueprint works correctly but applying ApplyAdditive node with Slot node playing additive motion is not working correctly that makes ...

Saving BP is extremely slow with Japanese UI (culture=ja)

UE - Gameplay - Blueprint Editor - Dec 24, 2015

Using Japanese UI(culture=ja), time of saving BP is extremely slow in comparison with English UI(culture=en). In a case of attachment project, TestBP1 and TestBP2 take about 3 minutes using Japanes ...

Reliable multicast RPCs can be dropped

UE - Networking - Dec 23, 2015

As detailed in the linked UDN thread, if a server doesn't receive a network packet from a client in 1.5 seconds, it sets the client connection's ViewTarget to null. This will cause dropped reliable ...

Adding specific map to project crashes editor

UE - Gameplay - Dec 23, 2015

Adding map from user's project, CityofEther.umap, crashes editor upon launch or attempting to open the map. Crashreporter: [Link Removed] ...

In Persona, Viewport shortcuts remain default after changing Key Binding preferences

OLD - Anim - Dec 22, 2015

After adjusting viewport shortcuts in Editor Preferences, the Persona viewport seems only partially responsive to the changes. It's as if the viewport shortcuts are hardcoded for Persona. Example ...

Navigation becomes incorrect after flipping a widget via scaling (-1)

UE - Editor - UI Systems - Dec 22, 2015

If the user flips a widget using the scaling feature in umg (scaling the widget by -1) this will cause the navigation for the widget to becomes incorrect. ...

DrawDebugPoint's point is considerably smaller when viewed by an Orthographic camera

UE - Graphics Features - Dec 18, 2015

When viewing a point drawn by DrawDebugPoint, the point is about 100 times smaller when using an Orthographic camera instead of a Perspective one. ...