Event Dispatcher complains when input is struct array

UE - Gameplay - Blueprint Editor - Sep 12, 2019

Result: Dispatcher node complains "No value will be returned by reference" [Image Removed] Expected: No user errors here. I did more test and the array of struct works as expected. Node shouldn' ...

Chaos + iOS Preview rendering crash

UE - Simulation - Physics - Sep 11, 2019

Geometry Collection crash on PIE in iOS preview. ...

Lock rotation does not appear to work when overlapping with other actors

UE - Simulation - Physics - Sep 11, 2019

If an actor is simulating physics, it appears that it will still rotate around a locked axis if it overlaps with another static mesh ...

Blueprints derived from "Editor Utility Actor" are not able to tick in editor when placed in the world

Tools - Sep 11, 2019

Placed Editor Utility Base was recently deprecated and users who require the functionality of ticking in the editor are unable to use "Editor Utility Actor" or "Editor Utility Widget." A couple of u ...

Unable to connect to Pixel Streaming when using FireFox

PixelStreaming - Sep 11, 2019

It appears that Pixel streaming does not currently work with the Mozilla Firefox web browser Docs link: https://docs.unrealengine.com/en-US/Platforms/PixelStreaming/PixelStreamingIntro/index.html ...

Crash when trying to export unsupported Paragon Skeletal Mesh asset in 4.23

UE - Editor - Content Pipeline - Import and Export - Sep 11, 2019

When the user tries to export the Skeletal Mesh of TwinBlast (a paragon character that can be purchased off the marketplace) in 4.23. As of the time of logging this bug it is not supported in 4.23, ...

Tessellated Materials Displayed as 0 in Shader Complexity ViewMode

UE - Graphics Features - Sep 11, 2019

Tessellated Materials Displayed as 0 in Shader Complexity ViewMode. Found in 4.22 CL# 7053642, 4.23 CL# 8386587, 4.24 CL# 8588088 ...

The Bind Event node created from a blueprint dispatcher is different from the one created from the context menu

UE - Gameplay - Blueprint - Sep 10, 2019

Adding a Bind Event node in different ways can create nodes with identical names (Bind Event to <Dispatcher>), but under the hood they are actually different nodes. Easiest evidence is that they ha ...

Material Billboard Renders Incorrectly In Splitscreen

UE - Graphics Features - Sep 10, 2019

In splitscreen, Material node SphereMask causes Material Billboard to only be visible to first player's viewport. Found in 4.22 CL# 7053642, 4.23 CL# 8386587, 4.24 CL# 8557439 ...

OnHit not firing when capsule collider passes onto very close and same height mesh

UE - Simulation - Physics - Sep 10, 2019

When a capsule collider passes from the top of one piece of geometry to another that is very close the OnHit event doesn't fire. I have attached a project that demonstrates the issue in 4.23. A vid ...