REINST error when replacing a Widget that was added via the user created section

UE - Gameplay - Blueprint - Oct 5, 2015

When a user deleted a widget that has been added to another blueprint via the user created section. If this blueprint in referenced in another blueprint that reference will throw a REINST error and ...

Enabling 'Expand Configuration Menus' removes Plug-Ins from Edit dropdown

Tools - Oct 5, 2015

The PlugIns menu item under Edit will disappear if 'Expand Configuration Menus' is set to true. PlugIns still visible under Settings. [Image Removed] ...

Auto-generating multiple levels at once crashes the editor

Creating multiple levels at one time will cause the editor to freeze and lock up and may lead to an "out of memory" crash in the editor. ...

Cannot create a C++ Project on a network drive

UE - Foundation - Core - Oct 5, 2015

Attempting to create a C++ project on a networked drive will fail with an error that the .dll's could not be accessed. This has not been reproduced internally. ...

Infinite loop in FAnimMontageInstance::Advance

OLD - Anim - Oct 5, 2015

Running a montage (given as a link on the UDN Thread) in reverse causes the editor to enter an infinite loop during FAnimMontageInstance::Advance ...

r.setRes does not Allow true fullscreen on Mac

UE - Platform - Apple - Oct 5, 2015

While playing in editor, executing the Console Command: "r.setRes 1920x1080wf" produces the exact same results as "r.setRes 1920x1080f" which is to create a fullscreen window with a border across th ...

Behavior tree execution stuck when aborting a latent task from abandoned subtree

UE - AI - Oct 5, 2015

Aborting instance (subtree) needs to be stored and ticked. ...

Setting a ComboBox on the Server does not always work

UE - Networking - Oct 3, 2015

Setting a ComboBox on the Server does not always work. In the attached project, a Multicast Event runs some Set Options, all but one of which appear to work on both Clients and Server. On the Server ...

Blueprint macros with wildcard arrays fail to compile when nested

UE - Gameplay - Blueprint - Oct 2, 2015

If a user makes a macro with a wild card array and then nests it inside of another macro. The wild card array will throw the following error. This can also happens with a StandardMacro like For Each ...

Using SetAllBodiesBelowSimulatePhysics causes the simulating bones to ignore constraints and collision between bodies

UE - Simulation - Physics - Oct 2, 2015

When using SetAllBodiesBelowSimulatePhysics to simulate physics for multiple bones, all of those bones ignore constraints and collision between other bodies on the same skeleton. ...