FAnimMontageInstance needs more API exposure

OLD - Anim - Feb 3, 2016

Users are unable to call most functions on this class (FAnimMontageInstance ), as ENGINE_API is only added to a handful of functions. Other structs in AnimMontage.h may need similar exposure. ...

Crash when editing draw size for a widget component

UE - Graphics Features - Feb 2, 2016

A crash will occur when editing the Draw Size of a Widget Blueprint in an Actor Blueprint class. Sometimes it will crash instantly after editing the Draw Size and other times it will take a couple ...

Child component that is not simulating physics returns true value with IsSimulatingPhysics node

UE - Gameplay - Feb 2, 2016

Child component that is not simulating physics returns true value with IsSimulatingPhysics node User Description: "Is Simulating Physics" bp node will return true for any child component if root/p ...

Unused file appear to be cooked when cooking for windows

UE - Foundation - Core - Cooker - Feb 2, 2016

If the user cooks for windows via File > Cook Content for Windows then is appears to include files that unused (EditorBlueprintResources, EditorLandscapeResources, EditorMaterials, EditorResources a ...

Crash when DFAO is disabled and a lower scalability is used while Distance Field Shadowing is enabled.

UE - Graphics Features - Feb 2, 2016

When enabling Distance Fields for a project and adjusting the cvars to disable DFAO and set a lower Detail Mode will result in a crash. Using the console commands outlined in the steps will work. ...

Delays do not appear to be working in a game instanced after packaging a project

UE - Gameplay - Blueprint - Feb 2, 2016

If a user uses a delay in a game instance, this will work in PIE but not after packaging. ...

UMG widgets with instanced properties reset those properties to default on compilation

UE - Editor - UI Systems - Feb 2, 2016

This is perhaps a misuse of Instanced properties but the repro info is good so I thought I'd better add it to Jira. See Additional Info URL for details. Checked and happening on: //UE4/Main CL-2884 ...

The layer option for grid panels do not appear to be having an effect on draw order

UE - Editor - UI Systems - Feb 1, 2016

It appears that users are unable to order widgets within a grid panel so as to set what widget that would like to be in the front. The layer option in the details panel says that it affects draw ord ...

Opening a data table based on a struct with a slate brush variable crashes the editor

UE - Editor - UI Systems - Slate - Feb 1, 2016

Attempting to open a data table based on a struct with a slate brush variable crashes the editor. Frequency: 2/2 CrashReporter: N/A ...

User Defined Enum Display Names aren't deterministic for localization/cooking

UE - Editor - UI Systems - Localization - Feb 1, 2016

UUserDefinedEnum contains an array of FTexts which are supposed to be used as localized display names, however these are populated from the underlying UEnum type using the meta-data on the object. T ...