Rendering out PNG Sequence from Matinee yields Transparent PNGs

Tools - Mar 30, 2015

When rendering a movie out as a PNG sequence, the PNGs are all rendered with Transparency and require the addition of a Black layer before the frame can be viewed as in the Matinee. Went back and t ...

Cannot connect to source control on Linux

UE - Platform - Linux - Mar 30, 2015

Pressing the "Connect to Source Control" Button on a Linux project does not open the "Source Control Login" window. Looking at the Message Log for source control it says that "Source Control is dis ...

Sample game headers aren't set up in an extensible way

Docs - Samples - Mar 30, 2015

Our sample games all seem to use the semi-deprecated Classes folder for their headers, and many of these headers omit a #pragma once (or other header guard). This means that they don't play nicely ...

Default Value for a Linear Color input inside of a function is a text field instead of a color picker

UE - Gameplay - Blueprint - Mar 27, 2015

The Default value inside of a function for a linear color input is a text field instead of a color picker. ...

Changing code based component category causes component to become ineditable in blueprints

UE - Gameplay - Blueprint - Mar 27, 2015

When a component written in code has it's category setting changed in blueprint the rest of the details for that component will not be editable once the component is deselected and reselected. ...

Attempting to use the GameplayTags module in a binary code project will result in build failures in Visual Studio.

UE - Foundation - Core - Mar 27, 2015

Using the GameplayTags module in a code project created with the binary version of the Engine results in a build failure in Visual Studio. The following error is shown: 1> D:/Epic Games/4.7/Engine ...

Assets Named with "~" or placed in Folders with "~" cannot be used

Tools - Mar 27, 2015

Using an asset with a "" character located in its name, will not allow that asset to be assigned to any other asset's input. For example a Texture with a "" in its name cannot be assigned to a Mate ...

Scene Color not Functioning when Used with HUD Blueprint

UE - Graphics Features - Mar 27, 2015

I was not able use the 'Draw Material' node function in conjunction with 'SceneColor' within the HUD Blueprint. However, as soon as I deleted the 'SceneColor' node within the material editor, I was ...

NavMesh does not update properly when "Can Ever Affect Navigation" is toggled

UE - AI - Mar 27, 2015

if I place a mesh with "Can Ever Affect Navigation" set to true, then set it to false, it will leave the NavMesh with a bugged "hole" that AI does not path around correctly (causing the "Blocked" er ...

Editing the value of an Array Variable in an Actor Component's bp Details panel will collapse the expanded array

UE - Gameplay - Blueprint - Mar 27, 2015

Editing the value of an Array Variable in an Actor Component's bp Details panel will collapse the expanded array. Found in 4.7.3 but also reproducible in Main 2491982. Another user reporting the i ...