UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MessageRpcDefines.h File Reference

Go to the source code of this file.

Macros

#define MESSAGE_RPC_TICK_DELAY   0.1f
 
#define MESSAGE_RPC_RETRY_INTERVAL   1.0
 
#define MESSAGE_RPC_RETRY_TIMEOUT   3.0
 
#define MESSAGE_RPC_PROGRESS_INTERVAL   (0.25 * MESSAGE_RPC_RETRY_INTERVAL)
 

Macro Definition Documentation

◆ MESSAGE_RPC_PROGRESS_INTERVAL

#define MESSAGE_RPC_PROGRESS_INTERVAL   (0.25 * MESSAGE_RPC_RETRY_INTERVAL)

The interval at which progression are being sent to the client (in seconds).

◆ MESSAGE_RPC_RETRY_INTERVAL

#define MESSAGE_RPC_RETRY_INTERVAL   1.0

The interval at which calls are being re-sent to the server (in seconds).

◆ MESSAGE_RPC_RETRY_TIMEOUT

#define MESSAGE_RPC_RETRY_TIMEOUT   3.0

The time after which calls time out (in seconds).

◆ MESSAGE_RPC_TICK_DELAY

#define MESSAGE_RPC_TICK_DELAY   0.1f

The interval at which progression are being sent to the client (in seconds).