Editor cannot handle blueprint structure using an Actor Map variable

UE - Gameplay - Blueprint - Aug 28, 2017

If a blueprint structure contains a map variable with Actor Class Reference as the key, populating the map with a custom blueprint (ActorSet) and adding a variable of the structure to any other blue ...

Mouse is not captured when running -game on Linux

UE - Platform - Linux - Aug 28, 2017

Launching a game with the -game command causes the game window to not capture the mouse until the window is clicked. Regression: Yes - This behavior does not occur in 4.16.3 (CL 3561208) ...

Crash when moving actor on viewport with HierarchicalInstancedStaticMeshComponent.

UE - Gameplay - Components - Aug 28, 2017

Create ActorBP has StaticMesh is not assigned to HierarchicalInstancedStaticMeshComponent. Place this actor on the level, and bind the StaticMesh from the Detail tab and add the appropriate Instance ...

Color and Opacity animation option does not play for Button component

UE - Editor - UI Systems - Aug 25, 2017

Color and Opacity animation option does not play for Button component, this occurs both in the Widget editor and during play. This issue is not a regression Versions Tested: 4.16.3 - CL: 3561208 - ...

Nested code component causes ensure in blueprint's child blueprint

UE - Gameplay - Blueprint - Aug 25, 2017

When a component class (base) contains a component property (Nested) adding the base component to a blueprint and changing the position of the component will update the base and nested components as ...

Copying values of an array created through C++ does not copy all values

Tools - Aug 24, 2017

Copying values of an array created through C++ does not copy all values, only the first value is copied over. This is different than an array that is created in blueprints when those are copied they ...

Refresh rate for windowed package builds causes frame stuttering

UE - Graphics Features - Aug 24, 2017

THere is an issue where the refresh rate of a windowed packaged game does not match the refresh rate of a monitor correctly, this results in stuttering. This issue does not occur in the editor (PIE) ...

Cut/Copy doesn't work on Linux when using the right-click menu

UE - Platform - Linux - Aug 24, 2017

Trying to cut or copy text / references using the options from the right click menu does not actually copy the selection to the clipboard. The right click menu will show the Paste option grayed out ...

Foliage meshes do not appear in high res screenshots after certain amount

UE - World Creation - Worldbuilding Tools - Foliage - Aug 24, 2017

When using the Engine's High Res Screenshot tool, there is a limit on the amount of foliage that can be present before the meshes stop appearing. This number is around 1500 meshes, though I was not ...

Moving all the related assets to another folder at once leads to reference lost in the contents browser.

UE - Editor - Content Pipeline - Content Browser - Aug 23, 2017

Moving all the related assets into another folder leads to reference lost. This can be tested out using ShooterGame project. Also you can find materials in the skeletal mesh lost its texture. This ...