Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FRPCDoSDetection
Description
Tracks a blocked RPC for aggregated logging. Below the log threshold, logs individually. Above the threshold, accumulates counts for per-tick aggregated logging.
| Name | TrackBlockedRPC |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Connection/RPCDoSDetection.h |
| Include Path | #include "Net/Core/Connection/RPCDoSDetection.h" |
| Source | /Engine/Source/Runtime/Net/Core/Private/Net/Core/Connection/RPCDoSDetection.cpp |
void TrackBlockedRPC
(
FName RPCName
)
Parameters
| Name | Remarks |
|---|---|
| RPCName | The name of the RPC that was blocked |