Text Render component does not render correctly when packaged out from a code project

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

If a user packages a code project with text render components the render components will show up as hollow rectangles. ...

Player Gets Booted After Immediately Rejoining a Steam Lobby

UE - Online - Dec 16, 2015

Several licensees have reported this issue. It is caused by FSocketSubsystemSteam::UnregisterConnection being called twice - once after the player leaves the game, and once when it is garbage collec ...

Auto Convex Collision will cause crash when using significantly small meshes

UE - Gameplay - Dec 16, 2015

A hard crash can happen when applying auto convex collision to a complex mesh that is below a certain build scale or screen size. The meshes that cause this have higher poly counts and increasing th ...

Declaring a TMap as a UPROPERTY fails to compile with a boolean

UE - Foundation - Core - Dec 16, 2015

Declaring a TMap< [type], bool> will fail to compile if it is declared as a UPROPERTY. The error seems to be with the bool because TMap< [type], int8> will compile as a UPROPERTY. ...

The option to add a component to an Actor Blueprint from inside a child Actor Component BP isn't available

UE - Gameplay - Dec 16, 2015

The option to add a component to an Actor Blueprint from inside a child Actor Component BP isn't available. Using Get Owner inside the Actor Component's Event Graph and then casting to the owning Ac ...

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