Enemy projectiles are traveling further then expected once project is packaged.

When playing the user's project in editor vs Packaged, there has been different results for the enemy projectiles and how they are shown on the screen. When In editor, any enemy projectile will dama ...

VR preview is grayed if the editor is started with the Oculus turned off

UE - Platform - XR - Mar 23, 2015

If the editor is started up and the Oculus is not turned on. The VR mode will be grayed out and unavailable until the editor is restarted with the oculus on. ...

APEX Destruction works in the Mobile Preview window

UE - Platform - Mobile - Mar 23, 2015

APEX destruction renders when using the Play > Mobile Preview. ...

Random number generator has a higher probability of returning 0 than any other number

UE - Foundation - Core - Mar 22, 2015

I had a game that needed to generate hundreds of thousands of random numbers. (I was using the Blueprint "Random Float" node). There were a ton of 0.0 values generated, many more than any other n ...

Node pins should always align (to facilitate straight wire connections)

UE - Gameplay - Blueprint - Mar 20, 2015

Different node types are sized differently (nodes like: var getters/setters, function nodes, compact nodes, etc.). Pins should always be set at specific alignment intervals (from the node's top lef ...

Changing between multiple Streams that are contained within an array does not work

UE - Gameplay - Blueprint - Mar 20, 2015

Changing between multiple Streams that are contained within an array does not work. ...

CTRL+LMB/RMB with scale widget does not auto scale along x or y axis

Tools - Mar 18, 2015

Pressing CTRL+LMB/RMB does not scale along the X or Y values automatically. Instead, it scales the entire object. ...

Dragging Marquee in Orthographic Views results in Selecting Unintended Objects

Tools - Mar 17, 2015

In an orthographic view, dragging the marquee tool to select a group of objects will often result in other objects being selected outside the selection area. ...

Properties of a struct within an object that is instanced inline inside an ActorComponent cannot be edited.

UE - Gameplay - Blueprint - Mar 17, 2015

If an object containing a struct is instanced inline inside ActorComponent, the properties of the struct cannot be edited. This only happens if the ActorComponent is added to a class by using Create ...

Maximum number of State Machine connections?

OLD - Anim - Mar 16, 2015

Adding more than 8 connections to or from a state in the state machine results in unpredictable behavior, like causing an animation to fail. (See image.) Was able to reproduce with user's test file ...