Set Component Tick doesn't work on Cascade Particle Systems

UE - Niagara - Jul 31, 2019

Changing the Component Tick Interval via Blueprints has no effect on Cascade particle system components. Tested in 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053647), 4.23 P3 (CL - 7445012), 4.24 (CL - ...

Physics replicates incorrectly on the Client-Side on sloped surfaces

UE - Simulation - Physics - Jul 30, 2019

Replicated objects don't behave correctly on the client-side on slopes when not sleeping. By placing two cubes on one another and slightly rotating the bottom one to create a very gentle slope, the ...

Adding Niagara system to a projectile causes a crash

UE - Niagara - Jul 29, 2019

Adding a Niagara system to a BP_Projectile in a C++ First Person Project  and then restarting it causes the editor to crash. Tested in 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053647), 4.23 (CL - 744 ...

Searching for Input or Bindings doesn't show the Action and Axis Mappings Entry Sections

UE - Gameplay - Jul 29, 2019

Searching the Project settings in 4.23 onward for Input/Bindings does not result in the Action and Axis Mappings sections showing up. ...

Virtual Texturing causes crash

UE - Graphics Features - Jul 29, 2019

Virtual streaming a 4K texture and setting the max texture size to 2048 causes the engine to crash. Tested in 4.21.2 (CL - 4753547), 4.22.3 (CL - 7053647), 4.23 (CL - 7445012), 4.24(CL - 7646041) ...

Crash on adding elements to a TMap property

Tools - Jul 25, 2019

Adding elements to a TMap<int32, int32> causes the editor to crash if the TMap has a default value associated with it. Tested in 4.22 (CL - 4753647), 4.23 (CL - 7445012), 4.24 (CL - 7605614) ...

Editing sub-components of an instanced blueprint will lose selection of current property value after pressing enter

UE - Gameplay - Jul 24, 2019

Result of pressing enter when editing text in a subcomponent (of an actor that exists in world) has different behavior than elsewhere in the editor. Confirmed in 4.24 MAIN @ CL 7519848 ...

The MultiGate Node can have more than 32 output pins

UE - Gameplay - Jul 22, 2019

The MultiGate Node is able to have more than 32 output pins. Found in 4.22.3 CL#7053642 Reproduced in 4.21.2 CL#475421, 4.23 Preview 2 CL#7321677, 4.24Main CL#7473682 ...

Material with Custom Expression at Vertex Shader Stage Does Not Compile

UE - Graphics Features - Jul 22, 2019

When Custom expression is connected to custom UV then material wont compile. This is working as expected in 4.22 CL# 7053642 Found in 4.23 CL#7321677 and 4.24 CL# 7321677 This is a regression. ...

Fullscreen Editor Crash when setting both IndexBuffers to False

UE - Graphics Features - Jul 22, 2019

When setting both IndexBuffers to False the Editor will crash when attempting to use Fullscreen mode with F11. ...