UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MessageRpcDefines.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
6
#ifndef MESSAGE_RPC_TICK_DELAY
7
#define MESSAGE_RPC_TICK_DELAY 0.1f
8
#endif
9
11
#ifndef MESSAGE_RPC_RETRY_INTERVAL
12
#define MESSAGE_RPC_RETRY_INTERVAL 1.0
13
#endif
14
16
#ifndef MESSAGE_RPC_RETRY_TIMEOUT
17
#define MESSAGE_RPC_RETRY_TIMEOUT 3.0
18
#endif
19
21
#ifndef MESSAGE_RPC_PROGRESS_INTERVAL
22
#define MESSAGE_RPC_PROGRESS_INTERVAL (0.25 * MESSAGE_RPC_RETRY_INTERVAL)
23
#endif
Engine
Source
Runtime
MessagingRpc
Private
MessageRpcDefines.h
Generated by
1.9.8