You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases there might be the need to add url parameters or headers to an RPC request. However this is currently not possible.
For example a user might have an RPC that updates data of a player-party. Showing the intent by using PUT could make api intent clearer. Another example would be a server whose response to a procedure can be a different MIME type and the client passes the type via header.
The text was updated successfully, but these errors were encountered:
From within UE4 I call an rpc function like this:
In some cases there might be the need to add url parameters or headers to an RPC request. However this is currently not possible.
For example a user might have an RPC that updates data of a player-party. Showing the intent by using PUT could make api intent clearer. Another example would be a server whose response to a procedure can be a different MIME type and the client passes the type via header.
The text was updated successfully, but these errors were encountered: