UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ConsiderListUpdateParams Struct Reference

#include <NetDriver.h>

Public Attributes

float DeltaSeconds = 0
 
UNetConnectionConnection = nullptr
 
bool bCPUSaturated = false
 

Detailed Description

The structure to pass to the OnConsiderListUpdate delegate

Parameters
DeltaSecondsTime between the frames
ConnectionNetConnection to process
bCPUSaturatedNot used by the engine at the moment but kept for compatibility

Member Data Documentation

◆ bCPUSaturated

bool ConsiderListUpdateParams::bCPUSaturated = false

◆ Connection

UNetConnection* ConsiderListUpdateParams::Connection = nullptr

◆ DeltaSeconds

float ConsiderListUpdateParams::DeltaSeconds = 0

The documentation for this struct was generated from the following file: