StaticMeshActors spawned at runtime are not visible until a property has been changed and also have no collision unless set to moveable

UE - Gameplay - Dec 22, 2015

Spawning a StaticMeshActor at runtime results in the StaticMeshActor not being visible until a property has been changed, such as the material for the Static Mesh. The spawned actor will also have n ...

DrawDebugPoint's point is considerably smaller when viewed by an Orthographic camera

UE - Graphics Features - Dec 18, 2015

When viewing a point drawn by DrawDebugPoint, the point is about 100 times smaller when using an Orthographic camera instead of a Perspective one. ...

Can't save map warning with Create Dynamic Material Instance node using wrong input

UE - Gameplay - Blueprint - Dec 18, 2015

When using a Create Dynamic Material Instance node the Get Material node will plug into the World Context Object rather than the Parent input. This will cause a error to be thrown that does not allo ...

Kerning Issues with Non-Default Fonts (Helvetica) in UMG

UE - Editor - UI Systems - Dec 17, 2015

Licensee is reporting that when a font is scaled in a UMG, the smaller the font gets the more the Kerning between certain letters decreases to the point of overlap. This is not as obvious in a View ...

Deferred and DBuffer Decals Normals are altered when adjusting the X Size/Scale

UE - Graphics Features - Dec 17, 2015

Adjusting the X Size of a Decal is causing the normals to distort [Image Removed] Reproduced in 4.11-Releases-CL-2804793 Reproduced in DevRendering-CL-2806984 ...

Auto Convex Collision will cause crash when using significantly small meshes

UE - Gameplay - Dec 16, 2015

A hard crash can happen when applying auto convex collision to a complex mesh that is below a certain build scale or screen size. The meshes that cause this have higher poly counts and increasing th ...

The option to add a component to an Actor Blueprint from inside a child Actor Component BP isn't available

UE - Gameplay - Dec 16, 2015

The option to add a component to an Actor Blueprint from inside a child Actor Component BP isn't available. Using Get Owner inside the Actor Component's Event Graph and then casting to the owning Ac ...

DDS files with custom mipmap can not be imported

UE - Graphics Features - Dec 15, 2015

When a user attempts to create a .dds file using nvidia texture tools and saves it with custom mipmap settings, the resulting file fails to import into the engine. ...

Camera Movement is laggy while the mouse button is held down and ShowMouseCursor is enabled if there are AI moving

UE - Gameplay - Dec 15, 2015

Camera Movement is laggy while the mouse button is held down and ShowMouseCursor is enabled if there are AI moving. Stat Scene Rendering didn't show any jumps while moving the camera under these cir ...

If a Blueprint made from a class using PostLoad is saved immediately before and after PIE, a crash can occur

UE - Gameplay - Blueprint - Dec 14, 2015

Using PostLoad in a class that has a Blueprint derived from it can result in a crash if the Blueprint is saved immediately before and after PIE. CrashReporter Link: [Link Removed] ...