Crash when casting to owner from AnimGraph

OLD - Anim - Sep 6, 2016

Crash occurs when casting back to the pawn owner from the Anim Graph. In this case, it is being used for "Copy Pose from Mesh" Workaround: Cast to Owner from Event Graph, defining variable as the ...

Crash deleting skeleton when it's being used in current level

OLD - Anim - Sep 6, 2016

Crash occurs when the user deletes a skeleton while it is being used in the current level. If the skeleton is not in the loaded level, the crash will not occur. ...

Blocking Volumes don't all update after multi-edit in geometry mode

UE - LD & Modeling - Modeling Tools - BSP - Sep 6, 2016

When editing multiple Blocking Volumes in geometry mode, only one Blocking Volume will properly update it's collision. This seems to just be an update issue. Moving or editing any BSP will cause t ...

Incorrect translation from matinee move sub tracks to sequencer

UE - Anim - Sequencer - Sep 6, 2016

https://udn.unrealengine.com/questions/310154/converting-matinee-to-sequence-bugs.html#answer-310221 ...

Migration from 4.12.5 to 4.13 can result in Blueprint functions losing input/ouput variables

UE - Gameplay - Blueprint - Sep 5, 2016

When migrating project from 4.12.5 to 4.13, Blueprint functions can lose input/output variable links. ...

Data entry field for blueprint Array Add is uneditable until the Add is copy and pasted

UE - Gameplay - Blueprint Editor - Sep 5, 2016

Data entry field for blueprint Array Add is uneditable until the Add is copy and pasted, this also occurs if you add an array via right click Array and then link a variable to the array ...

Blueprint CanJump node will return true once after current jumps is over max jumps and never return true again

UE - Gameplay - Sep 5, 2016

CanJump Blueprint node will return true for 1 jump after "MaxJumps" and if this happens, will never return true again, even after Character has landed and CurrentJumps has reset. ...

Access violation when calling Stop + SetSequence from Event set in Event Track

UE - Anim - Sequencer - Sep 5, 2016

When using the Event Track to call an event in the Level Blueprint that stops a LevelSequence and then assigns that LevelSequence from another will result in an Access Violation. ...