UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ReplicationCacheCvars Namespace Reference

Variables

float LingerForSeconds = 1.0f
 
FAutoConsoleVariableRef CVar_ReplicationCacheLingerForSeconds (TEXT("np2.ReplicationCache.LingerForNSeconds"), LingerForSeconds, TEXT("How long to keep data in the replication cache without the actor accessing it, after this we stop caching the actors state until it tries to access it again."))
 

Variable Documentation

◆ CVar_ReplicationCacheLingerForSeconds

FAutoConsoleVariableRef ReplicationCacheCvars::CVar_ReplicationCacheLingerForSeconds(TEXT("np2.ReplicationCache.LingerForNSeconds"), LingerForSeconds, TEXT("How long to keep data in the replication cache without the actor accessing it, after this we stop caching the actors state until it tries to access it again.")) ( TEXT("np2.ReplicationCache.LingerForNSeconds")  ,
LingerForSeconds  ,
TEXT("How long to keep data in the replication cache without the actor accessing it, after this we stop caching the actors state until it tries to access it again.")   
)

◆ LingerForSeconds

float ReplicationCacheCvars::LingerForSeconds = 1.0f