Building lighting fails on Linux

UE - Platform - Linux - Jan 15, 2016

When building lighting on Linux, the build process fails because UnrealLightmass cannot find the library libUnrealLightmass-Serialization.so. Reported using Mint Cinnamon 17.3 Internal machine uses ...

Collision Preset Cannot Be Changed On an Actor Containing a Scaled Root Component

UE - Gameplay - Jan 15, 2016

In an actor that contains a scaled root component, it is not possible to change the collision presets on an instance of that actor if you are using the Viewport's Details panel. However, in the blue ...

Unable to use iOS in-app purchases when not using GameCenter or CloudKit

UE - Platform - Mobile - Jan 15, 2016

A developer was trying to use in-app purchases on iOS, but was getting messages that the OnlineSubsystemIOS was not enabled. Turns out, enabling only in-app purchases still means the OnlineSubsyste ...

Low fps on Linux when tooltip window appears

UE - Platform - Linux - Jan 14, 2016

Hovering the mouse over an asset/menu option that produces a tooltip window, the fps will drop while the tooltip is visible. Reported using Mint Cinnamon 17.3 Internal machine uses Ubuntu 15.10 and ...

Using Replace Reference only works once on Linux

UE - Platform - Linux - Jan 14, 2016

Using the Replace References option to replace one asset with another, the window does not close/refresh properly. This causes the window to stay on the screen although it cannot be interacted with ...

Construction script on child actor components not respected in PIE

UE - Gameplay - Blueprint - Jan 14, 2016

Child Actor Components run their construction scripts upon parent's placement in level. However, these specifications are not maintained once PIE is initiated. ...

Groups Selected in Viewport Are Not Selected in World Outliner Causing Unexpected Results

Tools - Jan 14, 2016

Selecting objects that are grouped together in the viewport will not highlight the group actor in the World Outliner. One known result of this is, after selecting the group in the viewport, right-cl ...

Child Objects do not Copy to the Proper Position with Paste Here Option

Tools - Jan 13, 2016

If you copy a child object with a parent object, right click, and select edit, paste here, the child object will be offset from the parent object a significant distance away. ...

Multiple templates have Can't Find File warnings when cooking content for Mac

UE - Foundation - Core - Cooker - Jan 13, 2016

The following Can't Find File warnings appear for the Flying Code and BP projects when cooking content for Mac.MainFrameActions: Cooking (Mac): UE4Editor: [2016.01.13-20.14.37:469][ 0]LogInit:Displ ...

Random Number Generated in Constructor Returning Different Value on Begin Play

UE - Gameplay - Jan 13, 2016

When generating a random number using FMath::RandHelper() in the constructor of an actor, attempting to print that same number on BeginPlay returns a different value than the constructor. However, ...