A build may fail in Visual Studio if a space is added after the # in an include pre-processor instruction to allow a struct in one header file to reference a struct in the other

UE - Foundation - Core - Sep 23, 2016

A project building in Visual Studio will sometimes fail with the error Unrecognized type 'FBar' - type must be a UCLASS, USTRUCT or UENUM. This can occur in situations where one struct was reference ...

HTML5 - View is incorrectly drawn

UE - Platform - Mobile - Sep 23, 2016

The view in a packaged HTML build will not draw the game view as the entire view space, neither in custom sized window nor fullscreen. ...

ComponentVelocity is not set for attached objects moved by Sequencer

UE - Anim - Sequencer - Sep 22, 2016

A licensee has reported that actors moved by sequencer will not update their ComponentVelocity. This is inconsistent with Matinee, where we update ComponentVelocity in UInterpTrackMove::UpdateTrack. ...

UserWidget Struct members cannot be cleared when set from a parent widget

UE - Editor - UI Systems - Sep 22, 2016

Struct members belonging to a UserWidget can be set from a parent widget, but they cannot be cleared. Upon compiling, the member will be set back to it's previous value. ...

Distances do not match on display 2.6 of the Math_Hall in ContentExamples

Docs - Samples - Sep 22, 2016

This could be a rounding error but if they are both representing the same distance they should match. Maybe truncating a few decimal places and rounding could work. ...

HTML5 - Mac - Packaged build does not run

UE - Platform - Mobile - Sep 22, 2016

Packaged shipping HTML5-Mac build does does not open in Safari. The user is prompted with a missing shader cache message (see screen cap). Occurs: with Development and Sipping builds. However, wit ...

POM self shadow does not work in PIE or Simulate

UE - Graphics Features - Sep 22, 2016

Self shadow does not work when simulating or in PIE. Content Examples ParallaxOcclusionMapping level has a good example of this on the shadows example. Self Shadow Working:Standalone GameIn Editor ...

Selecting all actors and copying receives "Actor [name] is referenced by another Actor, do you really want to delete it?

Tools - Sep 22, 2016

Selecting all actors and copying receives "Actor [name] is referenced by another Actor, do you really want to delete it?". This seems to only happen if one of the actors is referencing another actor ...

Importing mesh with Materials and Textures created default white materials

UE - Editor - Content Pipeline - Import and Export - Sep 21, 2016

REGRESSION: YesWORKING: 3132914 (Dev-Editor merge into Main)BROKEN: 3133983 FBX files referencing external textures via absolute path are no longer resolved correctly. This used to work - as seen w ...

FCDODiffControl doesn't properly account for lists of differing size.

UE - Gameplay - Blueprint - Sep 21, 2016

FCDODiffControl doesn't properly account for lists of differing size. The issues are marked in the following code:int IterOld = 0; int IterNew = 0; while (IterOld != OldProperties.Num() || IterNew ...