Copying more than 1 socket between skeletal meshes retains only one socket name

UE - Gameplay - Jul 8, 2015

When you select two or more sockets in one skeletal mesh and copy them and paste them into a different skeletal mesh, all sockets will be named after the last socket selected followed by _#. ...

The ReceivedSpectatorClass function in APlayerController may take an incorrect parameter

UE - Gameplay - Jul 7, 2015

The ReceivedSpectatorClass function in APlayerController may have an incorrect parameter. The parameter it takes in is TSubclassOf<AGameMode> SpectatorClass, but this may be intended to be TSubclass ...

Calling RestartGame Function causes a crash when exiting PIE

UE - Gameplay - Jul 7, 2015

If the Restart Game function is called in blueprints or code then the editor will crash when exiting PIE [Link Removed] ...

Character blueprint tick function does not behave properly

UE - Gameplay - Jul 2, 2015

Character tick event will continue to trigger even if Start with Tick Enable is set to false. Workaround: Setting "Set Actor Tick Enable" to false on Begin Play will prevent the tick event from t ...

Procedural / Custom Mesh Components will not render in Custom Depth

UE - Gameplay - Jul 1, 2015

A Custom Mesh Component or Procedural Mesh Component will not render in Custom Depth even though set to Render in Custom Depth is set to true. Also reproduced in Main Promotable-CL-2605107 Bluepri ...

Begin and End Overlap events continuously trigger while a character moves within a collision component of a Blueprint Actor that Simulates Physics if the collision component has Auto Weld enabled

UE - Gameplay - Jun 29, 2015

Begin and End Overlap events continuously trigger while a character moves within a collision component of a Blueprint Actor that Simulates Physics if the collision component has Auto Weld enabled. ...

Analog Input does not work for network clients (AddMovementInput scale values other than 0 and 1 do not replicate for clients)

UE - Gameplay - Jun 26, 2015

If a value other than 0 or 1 (Ex. 0.1) is put into the 'Scale Value' parameter for the Add Movement Input node, any clients will respond as if the value is 1. User claims this worked in 4.6. ...

Regression of CanJump Function not being accessible in blueprints in 4.8

UE - Gameplay - Jun 26, 2015

When trying to override the CanJump function of a character blueprint, the function does not show up in the MyBlueprint panel's function section. Hovering over the Function bar shows the "Override" ...

This user's project crashes when instanced levels and the player pawn are unloaded and destroyed

UE - Gameplay - Jun 25, 2015

This user's project crashes when instanced levels and the player pawn are unloaded and destroyed. This occurs in the ProjectLevelGameMode Blueprint, in the Touched Finish Point commented area. This ...

Ignoring pawn collision makes it ignore mesh

UE - Gameplay - Jun 25, 2015

When ignoring the pawn capsule on a character, yet having collision on the mesh, you still fall through the world because it ignores the mesh collision settings. From User: It seems to be infuriati ...