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 ...

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. ...

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, ...

SIGSEGV: invalid attempt to access memory at address 0x10

UE - Audio - Jan 13, 2016

User reports crash occurs when stopping a simulation or closing the editor Crash reporter link: [Link Removed] ...

[CrashReport] UE4Editor-Core.dylib!<Unknown>

UE - Platform - Apple - Jan 13, 2016

Crash Reporter Link: [Link Removed] User's description in Crash Reporter: Clicked on the + button to GameModeOverride in the World Settings panel. ...

Crash Occurs When Attempting to Use Validated Get on a Local Variable

UE - Gameplay - Blueprint - Jan 13, 2016

In a function, creating a local Pawn or Actor variable, getting it, and then converting the Get to a Validated Get will cause the editor to crash upon compiling the blueprint. Found in 4.10.2 binar ...

Hot reload does not compile changes to automation tests

UE - Automation Test - Jan 13, 2016

After making a change to an automation test function and triggering a hot reload, the changes are not reflected the next time the text is ran. ...

Custom TouchInterface doesn't fade to Inactive Opacity

UE - Platform - Mobile - Jan 12, 2016

Custom TouchInterface doesn't fade to Inactive Opacity User Description: Virtual Joystick always show on screen, even if Time Until Deactive is 0.00001. ...

Spawning Component with Exposed on Spawn Variables Returns Incorrect Owner

UE - Gameplay - Components - Jan 12, 2016

Attempting to get the owner of an Actor Component that contains an exposed variable will return the Spawner blueprint's display name instead of the Spawned Actor it is added to. Found in 4.10.2 bin ...