FInternetAddrBSDIPv6::SetIp doesn't handle all valid IPv6 formats

UE - Networking - Sep 29, 2016

Currently FInternetAddrBSDIPv6::SetIp(const CHAR* InAddr, bool& bIsValid) does not handle all valid formats of IPv6 addresses. Need to rework the function to be more robust, and properly handle all ...

Fix PrimitiveComponent overlap indirection

UE - Simulation - Physics - Sep 27, 2016

When doing overlap tests in PrimitiveComponent, UWorld->ComponentOverlapMulti is used. The callstack for that ends up looking like this (callstack is inverted, highest level on top): UWorld::Compo ...

Drag and drop functions into a graph is not being added to the undo history

UE - Gameplay - Blueprint - Sep 26, 2016

When dragging and dropping a function into a graph the action will not be added to the undo filter because of this undoing after dragging the function into the graph causes the node to change instea ...

Source Control: Some Perforce operations do not use the specified P4Changelist argument

Tools - Sep 26, 2016

While the engine currently supports a P4Changelist argument when launching the editor from the command line, we are only currently using it to check out assets through FPerforceCheckOutWorker::Execu ...

Packaging a plugin from Plugins Editor UI wipes the target folder before packaging

UE - Foundation - Cpp Tools - Plugin System - Sep 23, 2016

"Package Plugin" from Plugin Editor UI will wipe the target folder’s contents first then populate it with plugin files. User was expecting “Package Project” like behavior: Create a new folder in th ...

HTTP If-None-Match response code is incorrect on Macintosh

Tools - Sep 22, 2016

Macintosh implementation for HTTP requests handle If-None-Match against ETags differently than Windows implementation. ...

Cannot stop/pause audio tracks in UMG animations

UE - Anim - Sequencer - Sep 20, 2016

Users cannot stop/pause audio tracks in UMG animations. The sound track cannot be manipulated using the animation nodes given in UMG ...

"Pause Anims" doesn't work with "Root Motion from Everything"

OLD - Anim - Sep 20, 2016

"Pause Anims" doesn't work with "Root Motion from Everything" ...

Setting Constrained Components on Begin Play Returning Warning Message

UE - Gameplay - Sep 16, 2016

Adding a Physics Constraint component in the construction script and then attempting to set constrained components on begin play causes a warning to appear in the log after exiting PIE. Error Messa ...

The button to save a Dynamic Collection does nothing if Collections are not enabled in the View Options

Tools - Sep 15, 2016

When "Show Collections" is disabled in the View Options, the button to save Dynamic Collections based on the current search filter does not react in any way. ...