Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net > API/Runtime/Engine/Net/FNetworkProfiler
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 |
void TrackSendRPC
&40;
const AActor &42; Actor,
const UFunction &42; Function,
uint32 NumHeaderBits,
uint32 NumParameterBits,
uint32 NumFooterBits,
UNetConnection &42; Connection
&41;
Remarks
Tracks and RPC being sent.
Tracks and RPC being sent.
Parameters
| Name | 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 |