"Runaway loop detected" warnings on AnimBP with worker threads

OLD - Anim - Jul 29, 2016

The runaway loop detection stuff is designed as per thread singletons (TLS). The worker threads don't properly reset the runaway counters. ...

Lag in attached components to a Camera in VR

UE - Platform - XR - Jul 29, 2016

When using HMD camera tracking adding a (StaticMesh) component to the Camera component results in a bit of lag when looking around with the VR headset. ...

Struct in Object class will not populate if an expose on spawn struct pin is split on "Construct Object from Class" node

UE - Gameplay - Blueprint - Jul 29, 2016

Struct in Object class will not populate if struct pin split on "Construct Object from Class" node. This does not appear to happen to other variable types. Workaround Do not split the struct pin, ...

Crash opening animation assets with Morph Targets

OLD - Anim - Jul 29, 2016

REGRESSION: YesWORKING: 3068867BROKEN: 3069877 Crash occurs when the user opens an animation with Morph Targets in Persona. ...

VREditor: Color Picker not spawning inside of VREditor (needed for mesh painting feature)

UE - Editor - Workflow Systems - Jul 29, 2016

This is an important part of VREditor's 4.13 Mesh Painting ...

Make sure games can ship with VS2015 without needing extra redists

Tools - Jul 28, 2016

VS2015 redists are not part of our standard redist install (because their update prereqs on Windows 7 and 8 make them virtually impossible to package in), so applocal install is required. ...

Some post processing features in Preview Scene Settings do not update immediately

UE - Gameplay - Jul 28, 2016

In Persona or the Static Mesh Editor, some post processing features do not update immediately when the user changes them. This was seen with Color Grading and Lens Flare settings. It could affect ...

Packaging with Nativize Blueprint Assets Causes Uninitialized Defaults

UE - Gameplay - Blueprint Runtime - Jul 28, 2016

If you use "Set Array Elem" on a vector array but leave "Item" at the default value of (0,0,0) then you'll end up using a temporary uninitialised vector instead of (0,0,0) when it's nativized. Work ...

RadialForceComponent ignores collision of Object Type set in Collision Presets if component is initialized in C++

UE - Gameplay - Jul 28, 2016

When a RadialForceComponent is attached to a object in C++, it doesn't take on the "Object Types to Affect" in the component settings of the Blueprint. If the RadialForceComponent is created as a co ...

Sequencer frame by frame playback is blurry and distorted

UE - Anim - Sequencer - Jul 28, 2016

When navigating through frames of a Sequence, the scenes become very blurry and distorted after the initial scrub through all of the frames. ...