UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FActiveRPCTrackingInfo Struct Reference

#include <RPCDoSDetection.h>

Public Attributes

voidKey = nullptr
 
const FRPCTrackingInfoTrackingInfo = nullptr
 

Detailed Description

Stores a reference to active/valid FRPCTrackingInfo entries, for occasional cleanup.

Member Data Documentation

◆ Key

void* FActiveRPCTrackingInfo::Key = nullptr

The 'RPCTracking' map key for this entry (UFunction pointer, which may not point to a valid UFunction, hence void*)

◆ TrackingInfo

const FRPCTrackingInfo* FActiveRPCTrackingInfo::TrackingInfo = nullptr

Direct pointer to the RPC tracking info, for checking if it's expired


The documentation for this struct was generated from the following file: