Staging DLC is reportedly broken

UE - Foundation - Cpp Tools - Automation Tool - Dec 16, 2015

According to a licensee, StageFiles() is called with ExcludeWildcard that contains a directory name ("Engine/*") and bRecursive=true when building DLC. This is not supported by Directory.GetFiles(). ...

DDS files with custom mipmap can not be imported

UE - Graphics Features - Dec 15, 2015

When a user attempts to create a .dds file using nvidia texture tools and saves it with custom mipmap settings, the resulting file fails to import into the engine. ...

Camera Movement is laggy while the mouse button is held down and ShowMouseCursor is enabled if there are AI moving

UE - Gameplay - Dec 15, 2015

Camera Movement is laggy while the mouse button is held down and ShowMouseCursor is enabled if there are AI moving. Stat Scene Rendering didn't show any jumps while moving the camera under these cir ...

Crash in ReflectionCaptureComponent::ReadbackFromGPUAndSaveDerivedData()

UE - Graphics Features - Dec 15, 2015

See UDN. Crash during autosave. ...

Animations on joints with ZXY Rotation Order don't work in 4.10

Tools - Dec 15, 2015

Animations on joints with ZXY Rotation Order don't work in 4.10. The attached fbx has an animation that should show the thigh_l joint rotating back and then back to default position. This bug does ...

Line Trace by object not returning Component name when called from a custom event that is set to run on server when the component name contains a period

UE - Gameplay - Dec 15, 2015

If the user tries to do a line trace by object for an actor component that has a period in it's name (example "static.mesh") it will not return anything if it is called from a custom event that is s ...

Color Picker will open half or more off screen

Tools - Dec 15, 2015

Users are experiencing an issue where the color picker is opening half or more off screen. This is particular bad for users who only have one monitor. It is most prevalent in a UMG Widget BP, but ...

Import Source disappears in Textures after loading asynchronously loaded level

UE - Editor - Content Pipeline - Import and Export - Dec 15, 2015

It looks like when reimporting a texture asset into the engine after loading a level, you will be confronted with the File Selection box and not the reimport successful notification. In fact if you ...

glDebugMessageControlKHR in InitDebugContext() causes Zenfone 5 app crashes on launch

UE - Platform - Mobile - Dec 15, 2015

Game applications crash on Zenfone 5 once they're launched. This seems to be due to the InitDebugContext(). Chris requested this to be entered for tracking purposes. Chris B: I believe the problem ...

Dangerous Casts in Editor Modes

Tools - Dec 15, 2015

User found that our editor mode functions don't do static casts, and thus you can cast to classes that don't share a common base class with the pointer class we're casting from, resulting in some na ...