FNetworkProfiler::TrackSendRPC

Tracks and RPC being sent. Tracks and RPC 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 TrackSendRPC
(
    const AActor * Actor,
    const UFunction * Function,
    uint32 NumHeaderBits,
    uint32 NumParameterBits,
    uint32 NumFooterBits,
    UNetConnection * Connection
)

Remarks

Tracks and RPC being sent.

Tracks and RPC being sent.

Parameters

Parameter

Description

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)

Actor

Actor RPC is being called on

Function

Function being called

NumBits

Number of bits serialized into bunch for this RPC

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