Specifying a custom UMovementComponent class via SetDefaultSubobjectClass() does not seem to serialize default value edits correctly on the CDO.

UE - Foundation - Core - Oct 28, 2015

Possibly some sort of issue related to SetDefaultSubobjectClass() rather than UMovementComponent specifically. I was able to reproduce in 4.10 release branch and in //UE4/Main with the test project ...

Overriding MacroUV causes stretching Material

UE - Graphics Features - Dec 15, 2014

While working on an issue for a user using MacroUVs, I noticed that entering any value into the Required Module with Override Default Macro UV toggled true will cause the Material to stretch and dis ...

T_Cobblestone_Rough_N has incorrect Compression Settings

Docs - Samples - Mar 5, 2015

T_Cobblestone_Rough_N is incorrectly set to TC_Default not TC_NormalMap ...

Migrating a Material Instance pulls along its preview mesh and all associated materials and textures

UE - Rendering Architecture - Materials - Sep 14, 2015

A licensee has complained that if you assign a preview mesh to a Material Instance, it becomes a referenced asset, so migrating that MatInst will also migrate that mesh and whatever material is assi ...

UnrealMatch3 backgrounds not scaling correctly

Docs - Samples - Aug 4, 2016

The backgrounds for the interactive buttons have seemingly scaled down in the 4.13 engine version. The button icon themselves seem to have been unaffected. Screenshot comparisons included ...

FBX objects with "ncl1" suffix conflict with "Combine Meshes" disabled

Tools - Aug 23, 2016

FBX objects with "ncl1" suffix conflict with "Combine Meshes" disabled I've found that you can name objects with identical names(For example, "Test") in 3DS Max or Maya (they must be under differe ...

[CrashReport] UE4Editor_UnrealEd!SaveWorld() [filehelpers.cpp:359]

Tools - Aug 31, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Assertion failed: !bIsReentrant [L ...

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

Broken Lines when Calling Draw Lines Function in Standalone Game

Tools - May 9, 2016

Lines are not drawn correctly when calling the Draw Lines node in blueprints when playing in Standalone mode. Regression? Yes, I ran the same test in 4.9.2 and 4.10.4, and the issue did not occur i ...

Text gets cut off in the Message Log

Tools - Aug 3, 2015

Long messages/errors cannot be read in the Message Log because there is no text wrap and no horizontal scroll bar to access the remainder of the message. Edit MattK: Needs word wrap imo. ...