UFunctions using the exec specifier are recognized by UHT when building for Development even if they are in a #if WITH_ENGINE

UE - Foundation - Core - Aug 19, 2015

If a user declares a UFunction with the exec specifier, the UHT will add a call to that function so that it can be used as a console command in the editor. This becomes an issue when the declaration ...

Matinees using InterpData Files saved in Content Browser cannot export movies

Tools - Aug 18, 2015

Matinees which are referencing InterpData created in the Content Browser cannot export movies via the Movie Button in Matinee Editor. You receive this error:[Image Removed] Then you receive this e ...

VR Preview crashes when the number of players is greater than one

UE - Platform - XR - Aug 18, 2015

If the user has the number of players set to more than one, the VR preview will crash. ...

The Category setting for widgets return to "Default" after compiling

UE - Editor - UI Systems - Aug 18, 2015

When setting up categories for your widgets in the Event graph the categories will revert back to default after compiling the blueprint ...

The tool top for the return pin on the "Get" node for an array always says that it is an integer

UE - Gameplay - Blueprint - Aug 18, 2015

The tool tip always reads "Item Integer" for the return pin on the "Get" node. ...

Assets in disabled Emitter will cooked and loaded in Game.

UE - Niagara - Aug 17, 2015

Assets referred from disabled Emitter will cooked and loaded in Game. And licensee wants to make ParticleSystem with some emitters and sometimes they want to keep emitters but disabled. But disabled ...

The Select node always calculates all inputs

UE - Gameplay - Blueprint - Aug 15, 2015

The Select node always calculates all inputs. Tested with a Bool case, as described in Repro Steps. ...

ESplineMeshAxis Enum is not available as a variable or struct

Tools - Aug 14, 2015

ESplineMeshAxis Enum is not available as a variable or struct User Description: I have a struct that is responsible for holding many of the properties of my spline meshes. I want it to hold the ES ...

Infinite Script Recursion error crashes editor and produces UnrealScript errors in logs

UE - Gameplay - Blueprint - Aug 14, 2015

Macro that causes an infinite script recursion error crashes editor and produces errors in output log referring to UnrealScript. Frequency: 3/3 Crash Reporter; [Link Removed] ...

Same-named variables of other classes listed as references in blueprint

UE - Gameplay - Blueprint - Aug 14, 2015

If a variable in a blueprint is the same name as a referenced variable from another blueprint, using "find references" on the local variable will return references to both the local and the external ...