Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRPCDoSDetection
Description
Called after the current NetConnection receives a packet, when RPC DoS Detection is active and the packet contains an RPC. NOTE: Timing is approximate - may include multiple-RPC and non-RPC packet processing time - but low cost
| Name | PostReceivedRPCPacket |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/RPCDoSDetection.h |
| Include Path | #include "Net/RPCDoSDetection.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Net/RPCDoSDetection.cpp |
void PostReceivedRPCPacket
(
double TimeSeconds
)
Parameters
| Name | Remarks |
|---|---|
| TimeSeconds | Cached/approximate timestamp, to save grabbing a new timestamp |