Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/RPCDoSDetection.h |
| Include | #include "Net/RPCDoSDetection.h" |
Syntax
struct FActiveRPCTrackingInfo
Remarks
Stores a reference to active/valid FRPCTrackingInfo entries, for occasional cleanup.
Variables
| Type | Name | Description | |
|---|---|---|---|
| void * | Key | The 'RPCTracking' map key for this entry (UFunction pointer, which may not point to a valid UFunction, hence void*) | |
| const FRPCTrackingInfo * | TrackingInfo | Direct pointer to the RPC tracking info, for checking if it's expired |