Radial Impulse does not affect objects unless it can affect both center of mass and collision if center of mass is outside of collision

UE - Simulation - Physics - Oct 17, 2016

Firing a radial impulse does not affect an object whose center of mass is located outside of its' collision unless both the center and the collision are simultaneously affected by the same force. ...

Packaging a project in the binary Engine fails if the Skookum Script plugin is enabled.

Trying to package a project using the binary Engine with the Skookum Script enabled results in the package failing. ...

Drag/drop variable into a category with a CamelCase name causes a duplicate category to appear in drop down

UE - Gameplay - Blueprint - Oct 14, 2016

If a category exists in a blueprint with it's name in "CamelCase" without a space, dragging a variable in the My Blueprint tab into this category causes the Category dropdown in Details tab to produ ...

Static code functions cause associated blueprints to not compile after a hot reload

UE - Foundation - Cpp Tools - Hot Reload - Oct 14, 2016

If a function inside a BlueprintFunctionLibrary class is declared as static, instances of the function node inside blueprints cause the blueprint to not save after a hot reload. This does not affec ...

SceneCapture2D Actor using SceneDepth in R not Working as Expected

UE - Graphics Features - Oct 14, 2016

The new SceneCapture2d feature 'SceneDepth in R' is not rendering the scenes depth in both Perspective and Orthographic projections as expected. The user originally mentioned he was using Orthograp ...

Renaming blueprint function input is not respected until the user compiles

UE - Gameplay - Blueprint Editor - Oct 14, 2016

If the user renames a function input, and then adds the function into a graph, the function node will not use the new input name. The user will need to recompile and then add the function back into ...

Localized Time Zones cause iOS Certs and Provisions to Appear Expired after Creating

UE - Platform - Mobile - Oct 13, 2016

Denmark (Other countries) Time causes Certs and Provisions to Appear Expired for anywhere between two and twenty four hours after creating. They can temporarily set their computer's time ahead as a ...

Nav Modifier Volumes continue to affect navigation when the sublevel is removed

UE - AI - Oct 13, 2016

Nav mesh is still affected by a nav modifier volume when added to a sublevel and then the sub level is removed. Topdown character will not move into the space affected by Nav Modifier volume so not ...

Projects are failing when Content/Pak folders are added outside of the saved folder

UE - Platform - Mobile - Oct 13, 2016

When the Content/Pak file is outside of the Saved Folder, it'll crash with an internationalization error. But when the Content/Pak file is inside of the Saved folder, there is not a crash. ...

Marking a Blueprint as Deprecated Causes Existing Instances to be Removed on Level Load

UE - Gameplay - Blueprint - Oct 13, 2016

Enabling the 'Deprecated' option in a blueprint's Class Settings causes all existing instances of it to be deleting upon loading any levels that contain the blueprint. Found in 4.13.1. Reproduced i ...