DrawMaterial() Function not Rendering Translucent Material to HUD

UE - Graphics Features - Sep 4, 2015

After creating a new HUD blueprint class and calling it to render a translucent material, the material does not render at all. This is not the case with any other Blend Mode when called to render to ...

Lightmass Build Hanging at Specific Percentages

UE - Graphics Features - Sep 4, 2015

Lighting will build indefinitely in certain circumstances and can be verified in Swarm Agent that it will continue to process the maps even though the log shows it has completed. This is happening i ...

Set Morph Target not being sent to children of Inherited Mesh

OLD - Anim - Sep 4, 2015

In previous versions of UE4, Set Morph target to call the Inherited Mesh and would result in any children of the Inherited Mesh that shared that morph target name to morph. In UE4.9 this no longer ...

Landscape Grass Type will not build with static lighting leaving 'Lighting needs to be rebuilt warning.'

UE - World Creation - Worldbuilding Tools - Foliage - Sep 3, 2015

When using the Landscape Grass Type and using a Static or Stationary light will throw the 'Lighting needs to be rebuilt' warning. ...

Project crashes without callstack when rotating an actor that has been made up of other actors

UE - Gameplay - Blueprint - Sep 3, 2015

User Creates an actor with a static mesh and then adds more components to it. The user then separates these components from the actor transforms them and then adds them back to the original actor. U ...

Opening a level in PIE after adding a variable to a struct referenced in the GameInstance crashes this project

UE - Gameplay - Blueprint - Sep 3, 2015

This user's project crashes on opening a level in PIE after adding a variable to a struct referenced in the GameInstance. Note that I had to do this twice to get the crash to occur. The project can ...

The AnimBlueprint Shows Duplicate Objects in the Debug Filter

UE - Gameplay - Blueprint Editor - Sep 3, 2015

The AnimBlueprint shows duplicate characters in the Debug Filter causing three effects: 1. Causes breakpoints not to function properly 2. Reverts back to "No debug object selected" in the Filter rat ...

When changing the index for a select node it can cause wires to disconnect

UE - Gameplay - Blueprint - Sep 3, 2015

If the user runs and array into a select node and then runs the return value into the target of a custom event the connection will break between the array variable and the select node when changing ...

Package game fails after creating plugin through editor

Tools - Sep 3, 2015

After creating a plugin in using the New Plugin button in the editor the project will fail to compile. ...

Get All Actors of Class is failing to report at Event Begin Play in a streamed level

UE - Gameplay - Sep 3, 2015

Get All Actors of Class is failing to report at Event Begin Play in a streamed level. Test project attached. This is a regression: did NOT occur in 4.8.3. Reproduced in 4.9.0 binary and Main (2678 ...