Landscape Creates Two Shadows with Baked Static/Stationary Lighting

UE - LD & Modeling - Terrain - Landscape - May 25, 2016

It appears two shadows are created when building static lighting for Landscapes. One seems to be offset while the other is accurate to the angle of the light source. I tested this in 4.9.2, 4.10.4, ...

No Set function for TextRenderComponent::VerticalAlignment variable

UE - Graphics Features - May 25, 2016

There is no set function for the vertical alignment variable in TextRenderComponent.h meaning the variable must be set directly. This is inconsistent since there is the SetHorizontalAlignment() fun ...

Components attached via AttachToComponent do not animate correctly when recorded by sequencer

UE - Anim - Sequencer - May 25, 2016

When an actor is attached by the root to a bone of a skeletal mesh through the use of the "AttachToComponent" function in code, it will not follow animations when being recorded by the Sequencer Rec ...

Crash when testing a sound in UMG that has been added to an audio track for an animation

UE - Editor - UI Systems - May 25, 2016

The editor crashes when testing an animation that has an audio track containing a wave sound. ...

PhysicsConstraintComponent not editable on instances.

UE - Simulation - Physics - May 25, 2016

When adding a PhysicsConstraintComponent to a class, it can be properly edited in the Blueprint editor. However, if trying to manipulate it via the instance editor, it is "locked down" ...

DLC Package content isn't recognized when using RequestAsyncLoad

UE - Foundation - Core - May 24, 2016

Attempting to load dlc assets with RequestAsyncLoad function results in the assets not being recognized. ...

Emissive for Static Lighting discarded upon Re-opening Level or Restarting Project

UE - Graphics Features - May 24, 2016

'Emissive for Static Lighting' discarded when restarting or re-opening a project. I discovered this issue while testing [Link Removed]. This issue does not occur in the binary 4.11 release so I hav ...

Painted Vertex Colors not Passing Color when used with Emissive for Static Lighting Setting

UE - Graphics Features - May 24, 2016

When painting Vertex Colors on a mesh, and enabling the 'Emissive for Static Lighting' option, the painted colors are not passed to surfaces receiving the emissive static lighting. The regular emis ...

ShooterGame blendspace thumbnail has distorted mesh

OLD - Anim - May 24, 2016

In ShooterGame, the thumbnail for the HeroTPP_AimOffsets blendspace asset has a distorted mesh. When the asset is opened in Persona, the mesh is fine. I haven't seen this issue with other blendspa ...

[CrashReport] UE4Editor_Engine!FAVIWriterWin::Initialize() [aviwriter.cpp:239]

UE - Anim - Sequencer - May 24, 2016

Error message: Access violation - code c0000005 (first/second chance not available) Source Context: 224 225 hr = Graph->AddFilter(CaptureFilter, L"Capture"); 226 if ...