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

Hot Reload not updating variables that have their values set in the constructor

UE - Foundation - Cpp Tools - Hot Reload - Feb 1, 2016

If a variable's value is being set in the construction script of a class and then that value is edited (the line itself is edited, not another setting of the variable), hot reload will not update th ...

Startup Movies Fail to Play when Audio Devices are Disabled

Tools - Feb 1, 2016

If a user launches a project in Standalone mode and has a Startup movie while the audio devices on the computer are disabled, the movie will fail to play. As soon as you re-enable an audio device, ...

The Tooltip for the Apply button in Material Editor incorrect uses it's instead of its

UE - Rendering Architecture - Materials - Feb 1, 2016

See Attached Picture: [Image Removed] ...

If the user uses a web browser widget in combination with a custom cursor a pointer hand will appear

Tools - Feb 1, 2016

If the user enables the Web browser widget and tries to use a custom pointer their custom mouse will appear, however it will be accompanied by a pointer hand. Additional information: Once the cust ...

Subtracting .2 from a float produces a floating point error

UE - Gameplay - Blueprint - Feb 1, 2016

Subtracting .2 from a float seems to produce a float error, registering incorrect values during if checks. ...

Actors spawned at runtime and moving via SetActorLocation do not generate hit events with static objects

UE - Simulation - Physics - Feb 1, 2016

When an actor that is spawned at runtime is moved via SetActorLocation and collides with a static object, no hit events will be fired. If the same static actor begins simulating physics, the dynamic ...

Compiling blueprint with anim bp crashes editor in MathExpr exec

UE - Gameplay - Blueprint - Jan 30, 2016

Compiling a player character blueprint that is tied to an anim bp crashes the editor. Frequency: 2/2 Crashreporter: N/A ...

Math Expression Node produces error if it calls a variable located within a hidden variable category

UE - Gameplay - Blueprint - Jan 29, 2016

The math expression node in blueprints does not recognize variables that have been hidden within a blueprint category. ...

Auto Exposure Basic produces too much bloom in dark environments

UE - Graphics Features - Jan 29, 2016

A simple scene with just a light and an mesh will suffer from copious amounts of bloom. This will occur if there is a light in the scene or not. Exposure Histogram does not produce this result. This ...