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