Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

15 lines
437 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
/* Private constants
*****************************************************************************/
/** Defines interval at which the Portal RPC server is being located (in seconds). */
#define PORTAL_RPC_LOCATE_INTERVAL 5.0
/** Defines the time after which Portal RPC servers time out (in seconds). */
#define PORTAL_RPC_LOCATE_TIMEOUT 15.0