FString.Mid doesn't react appropriately when given negative values for the Count variable

UE - Foundation - Core - Jul 16, 2015

If you use a 5 character string (hello) to call the Mid function and provide 0 for start, -1 for count, it'll give you the entire string. This should either return an assert or treat all negatives a ...

iOS pinch only detects command once

UE - Platform - Mobile - Jul 16, 2015

The pinch command only triggers once on iOS devices. ...

Duplicating a blackboard node within a behavior tree will cause a crash

UE - AI - Jul 16, 2015

When using the shortcut Crtl+W to copy a blackboard node within a behavior tree the editor will crash ...

Some animation transition graphs are marked as "read only" and can't be edited

OLD - Anim - Jul 15, 2015

When opening ThirdPersonAnimBlueprint (found in QAGame), there are some transitions that are marked as read only and cannot be edited. I talked to the person who made this anim blueprint, and he do ...

Audio Components ignoring Start Time set by Play node on Android

UE - Audio - Jul 15, 2015

Setting the start time within the Play node for an audio component does not function when deploying to Android. The set up works fine when playing on the PC, and the sound functions on the Android ...

Scaling Radius of capsule collision components fudges it

UE - Gameplay - Components - Jul 14, 2015

add a capsule component to a blueprint, and scrub the "radius" value with your mouse till it's as high as it can go. If you exceed the half-height value, your capsule is now totally fudged until yo ...

Setting the Camera Modifier to 'None' crashes the editor

UE - Gameplay - Jul 14, 2015

The PlayerCameraManager will cause the engine to crash if you set the first element to 'none' under the Camera Modifier. ...

Camera Rotation Stays locked in Place after Ejecting the Player Controller

Tools - Jul 14, 2015

Camera Rotation Stays locked in place after Ejecting the Player Controller so that even when PIE is stopped the camera position stays locked in it's rotated position rather than returning back to no ...

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

Pawns using Floating Pawn Movement will teleport to the location specified in Move To Location

UE - AI - Jul 14, 2015

Pawns using Floating Pawn Movement will teleport to the location specified in Move To Location. From fix CL 2619989: "Fixed FloatingPawnMovement component's issue when controlling AI pawn. Basicall ...