Back to search
Node refGold tierNetworking

Server RPC — call a function on the server from a client

Updated 6mo ago
UE 5.3UE 5.4UE 5.5UE 5.6UE 5.7#rpc#server#client#call#network#reliable

Reference

Create a Custom Event → check 'Replicates' in Details → set to 'Run On Server', 'Reliable'. Call from client → executes on server. Reliable = guaranteed delivery (use for important events). Unreliable = may drop (use for frequent updates like position).

Pins

Inputs

None.

Outputs

None.