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 ...
OnComponentBeginOverlap and EndOverlap are called multiple times when moving in a Skeletal Mesh component's collision. This does not occur with a Static Mesh's collision. Test project available her ...
Struct array variables interpret multiple Structs as the same if they have the same values. This does not occur if the values in the Structs added to the array are different. Test project in 4.8.1 ...
A warning is needed before allowing users to uncheck update Navigation Automatically. A user has done so and then created a nav mesh that was 1,000,000 by 1,000,000 in size and they can no longer op ...
Random Stream variables in the GameMode are reset every PIE. Workaround is to use Set Random Stream Seed before using the Stream value. Reproduced in 4.7.6, 4.8.1, and Main (//depot/UE4/Promotable ...
RepNotify variables passed by reference to a function or macro that then change the value of the variable do not trigger the OnRep function on the Server. This is inconsistent with the behavior with ...
Use Single Process settings adjusted while Use Single Process is disable are retained while Use Single Process is enabled. This can be problematic when there are issues with having Use Single Proces ...
Pawn Movements can be restricted to a specific plain, even if the planar constraints are turned off. ...
If a user is logged into a Steam account with between 1 and ~10 friends (Max depends on resolution, as it'll push the excess off the screen) and they open the friends list multiple times, it'll dupl ...
There are some dialog windows that will render on top of other external applications when the editor is minimized and does not have focus.....i.e. 'Building Lighting' and 'Auto-Save' dialog windows. ...