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

UE - Networking - Jul 1, 2015

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 disabled are retained while Use Single Process is enabled

UE - Networking - Jul 1, 2015

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

Steam friends list is duplicated when opened for a second time in the packaged version of Shooter Game

UE - Networking - Jun 29, 2015

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

The MainMenu widget isn't loaded when the player returns to the MainMenu map from the InGame menu in Multiplayer Shootout

UE - Networking - Jun 16, 2015

The MainMenu widget isn't loaded when the player returns to the MainMenu map from the InGame menu in Multiplayer Shootout. This happens in PIE and in a packaged project. Reproduced in 4.8.0 and Mai ...

Inviting a player to join a game on steam when playing Multiplayer shootout sends the other person an invite to spacewars

UE - Networking - Jun 12, 2015

LN - further notes from CharlieT: This is a global problem. If you go through and add the game to your steam account it will pull up the correct name. However, if you just boot up the game while st ...

Multiplayer shootout does not exit correctly and gets hung on a black screen

UE - Networking - Jun 12, 2015

When trying to quit out of multiplayer shootout the screen just goes black and does not close ...

SetStaticMesh does not replicate

UE - Networking - Jun 2, 2015

Using OnRep_StaticMesh() in code or using the Set Static Mesh node does not replicate across server/client in game. ...

Adding impulse to a Static Mesh Component that is not the root of an Actor Blueprint does not replicate movement to the Client

UE - Networking - May 19, 2015

Adding impulse to a Static Mesh Component that is not the root of an Actor Blueprint does not replicate movement to the Client. Reproduced in 4.7.6, 4.8 Preview 3, and Main (//depot/UE4/Promotable- ...

Including "meta = (WorldContext = "WorldContextObject")" as a specifier in a Blueprint Function Library results in the function not being available in Object Blueprints if a parameter passed into the function is a UObject named WorldContextObject

UE - Gameplay - Blueprint - May 15, 2015

If a function in a custom code Blueprint Function Library class contains meta = (WorldContext = "WorldContextObject") as a specifier, that function does not appear in context searches in a UObject B ...

Clients Joining a session destroy and recreate all actors in the level upon joining

UE - Networking - Apr 28, 2015

When a new client joins a server all of the actors will be replaced with new copies of themselves. This will cause things like the construction script and event begin play nodes to fire off every ti ...