Passing an Enum as a UFUNCTION parameter will fail compile without explicit reference to the enum defined class

UE - Foundation - Core - May 25, 2016

If an Enum is defined in ClassA and ClassA is included into the Project.h file, having a UFUNCTION in ClassB that takes the enum as a parameter will fail compile. Only by adding an include statemen ...

Opening the launcher as administrator will make it so that you cannot drag and drop fbx files in to projects

Tools - May 25, 2016

Opening the launcher as administrator will make it so that you cannot drag and drop fbx files into projects ...

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

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

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

Texture flickering on Linux as set texture scale grows

UE - Platform - Linux - May 24, 2016

Setting a texture to a relatively large scale causes the texture to begin flickering as the viewport camera rotates. The larger the scale is set to, the more evident the effect. ...

Landscape Components incorrectly list size in cm in detail's pane

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

Landscape Components incorrectly list size in cm in detail's pane. The transform values are listed as cm, but should either be meters or shown as the correct scale. The cm scale appears correctly wh ...

LuaScriptCodeGenerator calls private FColor constructor

UE - Foundation - Core - May 24, 2016

LuaScriptCodeGenerator.cpp line 82 (https://github.com/EpicGames/UnrealEngine/blob/4.11/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/LuaScriptCodeGenerator.cpp#L82) sets a FStrin ...