Cannot Add Actor Blueprints to Object Library When Base Class is Set to Actor

Tools - Jan 25, 2016

Setting the base class dropdown of an Object Library to Actor prevents you from being able to add any actors to the library. This occurs even when the Has Blueprint Classes bool is checked. Found ...

Certain console commands/variables do not show their description text in the console window

UE - Foundation - Core - Jan 25, 2016

Console variables such as "t.maxFPS", "CauseHitches", "t.unsteadFPS", and help "help" (these were all tested, there may be more untested with the same behavior) have description text in code howeve ...

FBX imports non-sequentially named Skinxx id's will not import all material elements

UE - Editor - Content Pipeline - Import and Export - Jan 25, 2016

When importing an asset that is using the naming convention for SkinXX to order material elements does not work properly when the elements are not sequential. Any material that is not in sequential ...

Complex Collision as Simple causes odd Overlap behavior

UE - Simulation - Physics - Jan 25, 2016

When triggering overlap events with a Static Mesh using Complex Collision as Simple, the overlap Begin and End events will be triggered rapidly in sequence. Changing to Default collision will fix t ...

Log Text, Log Location, and Log Box Shape, do not appear in Blueprint Visual Logger or Output Log

UE - AI - Jan 24, 2016

Debug information from blueprint visual loggers (log text, loglocation, logboxshape) do not print to either the message log or output log. This can be problematic as the visual debugger specifically ...

When Previewed, Material Nodes are not labeled as such until a new Node is added

UE - Rendering Architecture - Materials - Jan 22, 2016

When you preview a node in the material Editor, the node color will correctly switch to the Preview Blue, but will not show the preview tag until another node is added to the Graph. Preview Node:[I ...

A bug in UBTService_BlueprintBase makes it impossible to create "deactivation-only" BP implemented BT services

UE - AI - Jan 22, 2016

A bug in UBTService_BlueprintBase makes it impossible to create "deactivation-only" BP implemented BT services. ...

Stationary Directional Lights not Rendering Dynamic Shadows on Mobile

UE - Platform - Mobile - Jan 21, 2016

As the title suggests, dynamic shadows on mobile when using a stationary directional light are not appearing at all when deployed to the device or when viewed in the mobile previewer. The odd part ...

Ctrl + z still active in PIE

Tools - Jan 20, 2016

Users can select ctrl + z while playing in Editor causing PIE to stop and undo last change, often freezing the editor temporarily, and sometimes causing a crash. Workaround: This does not occur if ...

The slider handle in UMG is clipping at 0 and 1

UE - Editor - UI Systems - Jan 20, 2016

If the user sets the value on the slider to 0 or 1 the handle will clip as it appears to go too far to either side. ...