I appears to be possible to replicate a value and when the value gets to the client(s), it doesn't match what was sent from the server. In the project, ReplicatedActor is created by the Authority. ...
This question was created in reference to: [Link Removed] This post references the first post because this problem was not discovered till now. I think it was masked because the issue appears to be ...
When testing networked multiplayer with two controllers, if the server window (editor) has focus, controller 1 controls the server character and controller 2 controls the client character. If the c ...
Editor crashes when a custom event node is called as a function within a different blueprint in a separate function, then copied and pasted into the event graph of the second blueprint, the executio ...
This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Access violation - code c0000005 ( ...
Building SDF and Mesh Cards require material properties (2 sided and blend mode) applied on Static Mesh to be known at Static Mesh build time. If not, it may leads to rendering artifacts: Reflectio ...
When this issue occurs printing out the addresses of each item in the array shows that elements 2 and 3 have the same address, so for some reason the second element's value is being overridden by th ...
There are a number of assets/content missing from the Paper2D plugin content within the Content Browser. Whether you create a new 4.14 project or upgrade from a previous version, these assets are r ...
When two controllers connected, player2 input is disabled in client mode in PIE. It worked correctly in 4.25, but it has been wrong since 4.26. Digging into FSlateApplication::ProcessKeyDownEve ...
Pausing simulation in PIE does not pause looped timers on the Server when players is set to more than 1. The Client pauses the timer as expected. With only one player, timers are paused as expected. ...