Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRPCDoSDetection
Variables and functions that should only be accessible during TickDispatch
| Name | FTickScope |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/RPCDoSDetection.h |
| Include Path | #include "Net/RPCDoSDetection.h" |
Syntax
class FTickScope : public FRPCDoSDetection::TScopeBase< FTickScope >
Inheritance Hierarchy
- FRPCDoSDetection::TScopeBase< FTickScope > → FRPCDoSDetection::FTickScope
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FrameCounter | FRPCDoSCounters | Per-frame RPC counting (multiple disjointed packets may be processed for same connection, during a frame) | Net/RPCDoSDetection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CondCheckCountQuota
(
FRPCDoSDetection& This |
Wrapper for CondCheckCountQuota which forces FTickScope acquisition | Net/RPCDoSDetection.h | |
void CondCheckTimeQuota
(
FRPCDoSDetection& This, |
Wrapper for CondCheckTimeQuota which forces FTickScope acquisition | Net/RPCDoSDetection.h | |
void Reset() |
Net/RPCDoSDetection.h | ||
void UpdateSeverity
(
FRPCDoSDetection& This, |
Wrapper for UpdateSeverity which forces FTickScope acquisition | Net/RPCDoSDetection.h |