Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRPCDoSDetection
Variables and functions that should only be accessible while receiving an individual packet
| Name | FPacketScope |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/RPCDoSDetection.h |
| Include Path | #include "Net/RPCDoSDetection.h" |
Syntax
class FPacketScope : public FRPCDoSDetection::TScopeBase< FPacketScope >
Inheritance Hierarchy
- FRPCDoSDetection::TScopeBase< FPacketScope > → FRPCDoSDetection::FPacketScope
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bPacketContainsRPC | bool | Whether or not the current packet being received, contains an RPC | Net/RPCDoSDetection.h | |
| ReceivedPacketStartTime | double | Cached free/external timestamp, for when the current received packet began processing | Net/RPCDoSDetection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Reset() |
Net/RPCDoSDetection.h |