An event with Soft Class Reference as an input that is not set causes package to fail with Nativization

UE - Gameplay - Blueprint - Jul 25, 2018

Having a custom event with an empty Soft Class Reference as an input causes packaging to fail if nativization is enabled as the event nativizes with a const TSoftClassPtr<>& and the compiler cannot ...

Collision change is not replicated to clients when server makes change to the scale of a mesh

UE - Networking - Jul 20, 2018

When the scale of a mesh is changed on the Server, the collision change of that mesh is not replicated properly to clients, resulting in the collision being different between the server and client. ...

Possible data loss/corruption when loading levels in editor

UE - Gameplay - Jul 18, 2018

Reported behavior: Given Level_A which contains object_X, where object_X references Level_BDeleting object_X causes AssetRenameManger to check if we need to patch up other levelsLevel_B is load ...

Setting collision enabled on a primitive component fails if the owner's collision is disabled

UE - Simulation - Physics - Jul 17, 2018

Attempting to edit the "Collision Enabled" setting of a primitive component while the owner's collision is disabled results in no changes. Regression?: No This occurs in 4.18 ...

Copying an instance of a blueprint actor that has an extra, non-default element in an array does not copy that extra element

UE - Gameplay - Blueprint - Jul 16, 2018

Copying a blueprint instance that has an array does not copy any elements added to that array directly on the instance and only copies the blueprint's default array elements This worked in 4.13 and ...

Packaging fails during compilation when nativizing a blueprint using ForEach and ByteTo with a custom enum type

UE - Gameplay - Blueprint - Jul 13, 2018

When using Blueprint Nativization, the compilation will fail during packaging when using a ForEach loop or ToByte conversion with a custom enum in a TMap. Regression?: No This occurs in 4.18 ...

Cine Camera focus does not blur transparent materials

UE - Graphics Features - Jul 9, 2018

The cine camera focus does not blur transparent materials. Found In 4.18 CL# 3832480, 4.19 CL# 4033788, 4.20 Preview 5 CL# 4173640, 4.21 CL# 4195822 ...

Non-nativized classes that implement a nativized interface class do not get interface methods called when invoked through a Blueprint function library.

UE - Gameplay - Blueprint - Jul 5, 2018

UObjectBaseUtility::GetInterfaceAddress() fails due to an incorrect serialized value of the 'bImplementedByK2' property within the non-nativized class's Interfaces array on save. See support thread ...

ColorCalibrator tool stuck on cursor when clicking out of the Editor

Tools - Jun 28, 2018

Using the ColorCalibrator tool as a cursor by holding "\" gets stuck if you click out of the Editor while hold down the key.  ...

Parser drops Braces unexpectedly when copy pasting Nodes

UE - Foundation - Core - Jun 19, 2018

InString with Curly brackets are copied to clipboard as DefaultValue="\"{Hello}\"", and the pasted result does not include the Curly brackets. "Brace drop itself is happening in FParse::Li ...