Attempting to Duplicate an Asset Copied to a New Folder Spawns the Original Asset

UE - Gameplay - Blueprint - Mar 8, 2016

Copying an asset into a new folder, placing an instance of the copy into the level, and then attempting to duplicate that copy by using CTRL+W in the viewport creates another instance of the origina ...

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

The Height of a Jump When Holding the Jump Button is Dependent on Framerate

UE - Gameplay - Player Movement - Nov 20, 2015

Setting the Max Jump Hold Time variable to 1 second, and then holding the jump button produces different results depending on the framerate. In this case, the normal jump is at a specific height, bu ...

Check() crash in merge tool when using SVN

UE - Gameplay - Blueprint Editor - Oct 21, 2015

A UDN user found a crash in the merge tool when using SVN. https://udn.unrealengine.com/questions/265740/crashbug-with-svn-merging.html The failing check() crash occurs in LoadBaseRev (Merge.cpp): ...

Type changes not detected by BP Diff tool

UE - Gameplay - Blueprint Editor - Oct 12, 2015

Type changes are not shown as differences in the BP Diff tool. Found on 4.9 by live user (UDN link in additional info URL). ...

Edits of node properties that are not stored on pins do not diff correctly

UE - Gameplay - Blueprint Editor - Oct 2, 2015

Currently details changes to the following are not noticed by the Diff tool when diffing AnimBPs:State Machines (i.e. Max transitions per frame)Transition rulesConduitsStates This also affects non- ...

Disable mouseover events in Mobile Previewer

UE - Platform - Mobile - Aug 11, 2015

Improve the mobile previewer by disabling mouseover events which are in addition to touch events. ...

Ensure triggered by level blueprint when Play as Listen Server is set

UE - Gameplay - Blueprint - Jul 14, 2015

When Editor Multiplayer Mode is set to Play As Listen Server the editor will trigger a breakpoint on exiting PIE if any event is ran though the level blueprint ...

PlayerController isn't tickable during pause while using the 'Set Tickable When Paused' node

UE - Gameplay - Jun 18, 2015

PlayerController isn't tickable during pause while using the 'Set Tickable When Paused' node. https://answers.unrealengine.com/questions/243791/camera-ticks-but-does-not-update.html User Descriptio ...