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 ...

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 ...

Material Instance references to textures remains even when texture parameter removed from parent material

UE - Graphics Features - Aug 23, 2017

Removing texture parameter from parent material doesn't remove material Instance references to the default texture. ...

Small objects have erratic behavior when simulating physics

OLD - Anim - Aug 22, 2017

Small objects have erratic behavior when simulating physics. If drop at an angle, some will start spinning indefinitely on contact with the ground while others will spin in place when hit. This is ...

Decal creates lighting artifacts on edge of meshes

UE - Graphics Features - Aug 22, 2017

When using deferred decals there are artifacts that are caused by the emissive color of the decal when viewing the decals from a low angle. These artifacts appear as thin lines on the edges of the m ...

Editor crash when calling SGridPanel::SetRowFill

Tools - Aug 22, 2017

Calling SGridPanel::SetRowFill on an actor's BeginPlay causes the editor to crash with the callstack provided The reporter mentioned SetRowFill uses if() statement where SetColumnFill uses while() ...

Nested material function results in incorrect reference chain

UE - Graphics Features - Aug 22, 2017

Opening the Reference Viewer for a nested material function used indirectly through another material function shows that it is directly referenced by the material, rather than through the other mate ...

Adding entries to TMap in custom asset type not always reflected without restarting editor

UE - Gameplay - Blueprint - Aug 22, 2017

If you adding entries to a TMap in a custom asset type in the content browser, after a certain number of entries the last entry fails to be found with the "find" function for TMaps in blueprints, ev ...