UNetConnection::TrackReplicationForAnalytics

Called to notify the connection that we attempted to replicate its actors this frame.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h

Include

#include "Engine/NetConnection.h"

Source

/Engine/Source/Runtime/Engine/Private/NetConnection.cpp

Syntax

void TrackReplicationForAnalytics
(
    const bool bWasSaturated
)

Remarks

Called to notify the connection that we attempted to replicate its actors this frame. This is primarily for analytics book keeping.

Parameters

Parameter

Description

bWasSaturated

True if we failed to replicate all data because we were saturated.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss