Packaging a Project With Nativize Blueprints Enabled Fails With Setter for an Array of Classes

UE - Gameplay - Blueprint Runtime - Mar 23, 2017

Packaging failure occurs with nativize blueprints enabled when you have an array of classes and you try to set it with an array from an instance of a native C++ class. Found in 4.15.1. Reproduced i ...

Changing ColorAndOpacity in Text using AutoKey do not create new keyframe.

UE - Anim - Sequencer - Feb 7, 2017

This is not reproduced in Shadow Color section. Since ShadowColorAndOpacity is FLenearColor and ColorAndOpacity is FSlateColor, this prevents adding new keys in ColorPropertyTrackEditor.cpp FColo ...

Camera Cut tracks don't work in some packaged code projects

UE - Anim - Sequencer - Apr 10, 2017

Camera Cut tracks don't work in some packaged code projects Regression: YES Working: 3249277 (4.14.3) Broken: 3348071 (4.15.1) Working: 3383544 (4.16 Main) ...

Spawned Actors are duplicated and remain visible at actor origin

UE - Anim - Sequencer - Apr 11, 2017

Spawned Actors are duplicated and remain visible at actor origin ...

Code based interfaces do not appear in Interface selection dropdown

UE - Gameplay - Blueprint - May 4, 2017

When adding an interface to a blueprint, only blueprint created interfaces are available. Engine / custom interfaces written in code are not listed. Regression: Yes - custom interfaces are present ...

NonSpawnable actors on a sublevel do not animate via sequencer when being added to the level via create instance

UE - Anim - Sequencer - Jul 13, 2016

NonSpawnable actors on a sublevel do not animate via sequencer when being added to the level via create instance. The difference between the cube and sphere is that the cube is set to spawnable in t ...

ARM64 projects crash on device with Signal 11 with GooglePlay plugin enabled

UE - Platform - Mobile - Sep 20, 2016

When launching ASTC ARM64 packaged project onto S7, it'll crash with Signal 11. It seems very similar to [Link Removed]. ...

NavMesh movement sweep behavior should not be based on bGenerateOverlaps

UE - Gameplay - Player Movement - Sep 28, 2016

A separate new flag should be used to control the sweep behavior of characters using Nav Walking behavior in CharacterMovementComponent. Existing assets should upgrade to set the value of this new f ...

Attempting to Duplicate an Asset Copied to a New Folder Spawns the Original Asset

UE - Gameplay - Blueprint - Mar 8, 2016

Copying an asset into a new folder, placing an instance of the copy into the level, and then attempting to duplicate that copy by using CTRL+W in the viewport creates another instance of the origina ...

Blueprint Struct associations in Blueprint hierarchy causes command line cooker to crash

UE - Gameplay - Blueprint - Oct 13, 2016

If a user creates a specific Blueprint hierarchy with a Blueprint struct, it can cause a issue when the Blueprint struct is being cooked. User description of Blueprint(s) and Blueprint Struct relat ...