"Start Previewing Node" Does Not Work For Post Process Materials

UE - Graphics Features - Oct 1, 2018

Using "start previewing node" in a post process material does not work. The preview will only show the final result that is connected to the material attributes.  Working as expected in 4.18 CL# 38 ...

TestEqual(TCHAR*, TCHAR*) function is testing pointer equality instead of values

UE - Automation Test - Oct 1, 2018

A licensee has reported that the TestEqual(TCHAR*, TCHAR*) function tests for pointer equality instead of comparing two values, which does not accomplish what the function is meant to do. Regressio ...

Couldn't switch cameras when Orthographic camera is set with sequencer

UE - Anim - Sequencer - Oct 1, 2018

This problem does not seem to occur during game play. ...

Web Browser UMG Widget Does Not Work in DX12

UE - Graphics Features - Sep 28, 2018

The Web Browser UMG Widget does not work in DX12. Found in 4.20 CL# 4369336 and 4.21 CL# 4404204 ...

Pawn Velocity dramatically different on server and client with Client Authoritative Position

UE - Gameplay - Sep 28, 2018

The server is not seeing the correct walking animations on each of the clients and after doing some digging, we found that the Pawn->GetVelocity() function is returning something drastically smaller ...

UK2Node_EnumLiteral always outputs defaulted (0) value if input pin is connected

UE - Gameplay - Blueprint - Sep 28, 2018

The reported behavior repros in 4.20 and 4.21, but does not repro in 4.19. Regarding the "Literal Enum" node in blueprints: When an input enum value is connected to the input pin, the output is al ...

MSAA Causes Black Outline with Atmospheric Fog in Forward Shading

UE - Graphics Features - Sep 28, 2018

MSAA causes black aliased outline with Atmospheric Fog with Forward Shading enabled. This does not occur with TAA or FXAA. Also does not occur if there is a sky sphere present. Found in 4.19 CL# 40 ...

User is able to drag duplicate events into the graph from My Blueprint

UE - Gameplay - Blueprint Editor - Sep 27, 2018

REGRESSION: Yes, this did not occur in 4.19 The user is able to drag an Event from My Blueprint panel into any graph, creating a duplicate Event Node. Additionally the dupe Event will have extra o ...

AShooterGame_FreeForAll::DetermineMatchWinner is set up in a way that it will never provide any functionality

Docs - Samples - Sep 27, 2018

The AShooterGame_FreeForAll::DetermineMatchWinner function is set up to compare each player's PlayerScore with the BestScore variable to see which players are considered to be the "BestPlayer" which ...

[CrashReport] UE4Editor_Engine!UEdGraphPin::SerializePinArray() [edgraphpin.cpp:1808]

UE - Gameplay - Blueprint - Sep 26, 2018

User comment in crash group:I was try to copy the AI MOVE TO(from pawn sensing) node inside a function, i couldnt copy it because it said conflicting node substituted during paste;, so i tried to cu ...