FNetworkProfiler::TrackQueuedRPC

Tracks queued RPCs (unreliable multicast) being sent.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Net/NetworkProfiler.h

Include

#include "Net/NetworkProfiler.h"

Source

/Engine/Source/Runtime/Engine/Private/NetworkProfiler.cpp

Syntax

void TrackQueuedRPC
(
    UNetConnection * Connection,
    UObject * TargetObject,
    const AActor * Actor,
    const UFunction * Function,
    uint32 NumHeaderBits,
    uint32 NumParameterBits,
    uint32 NumFooterBits
)

Remarks

Tracks queued RPCs (unreliable multicast) being sent.

Parameters

Parameter

Description

Connection

The connection on which this RPC is queued

TargetObject

The target object of the RPC

Actor

Actor RPC is being called on

Function

Function being called

NumHeaderBits

Number of bits serialized into the header for this RPC

NumParameterBits

Number of bits serialized into parameters of this RPC

NumFooterBits

Number of bits serialized into the footer of this RPC (EndContentBlock)

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