Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRPCDoSDetection
Lightweight RPC tracking state
| Name | FLightweightRPCTracking |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/RPCDoSDetection.h |
| Include Path | #include "Net/RPCDoSDetection.h" |
Syntax
struct FLightweightRPCTracking
Structs
| Name | Remarks |
|---|---|
| FLightweightRPCEntry |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TrackingNum | int32 | The size of the tracking static arrays - must be 256 in case Count wraps (unlikely, but saves some checks) | Net/RPCDoSDetection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Count | uint8 | The number of tracked RPC's in the static array | Net/RPCDoSDetection.h | |
| RPC | FLightweightRPCEntry | Static array of tracked RPC's | Net/RPCDoSDetection.h |