Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net > API/Runtime/Engine/Net/FRPCDoSDetection
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/RPCDoSDetection.h |
| Include | #include "Net/RPCDoSDetection.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Net/RPCDoSDetection.cpp |
void PostSequentialRPC
&40;
EPostSequentialRPCType SequenceType,
double TimeSeconds,
FRPCDoSCounters &42; RPCCounter,
FRPCTrackingInfo &42; RPCTrackingInfo
&41;
Remarks
Called after the same RPC was received once or multiple times sequentially, for optimal timing
Parameters
| Name | Description |
|---|---|
| SequenceType | The type of sequential RPC call (a sequence stopping mid-packet, or at the end of the packet) |
| TimeSeconds | The current time, in seconds (may be approximate) |
| RPCCounter | Cached pointer to the currently active counter, for this RPC |
| RPCTrackingInfo | Cached pointer to the tracking info, for this RPC |