UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
RPCDoSDetectionAnalytics.h File Reference

Go to the source code of this file.

Classes

struct  FMaxRPCDoSEscalation
 
struct  FRPCAnalytics
 
struct  FRPCDoSAnalyticsVars
 
struct  FRPCDoSAnalyticsData
 

Typedefs

using FGetWorld = TUniqueFunction< UWorld *()>
 

Functions

 DECLARE_MULTICAST_DELEGATE_TwoParams (FModifyRPCDoSAnalytics, UWorld *, TArray< FAnalyticsEventAttribute > &)
 

Variables

ENGINE_API FModifyRPCDoSAnalytics GModifyRPCDoSAnalytics
 
ENGINE_API FModifyRPCDoSAnalytics GModifyRPCDoSEscalationAnalytics
 

Typedef Documentation

◆ FGetWorld

Callback passed in by the NetConnection, for getting the current World for analytics referencing.

Returns
Returns the current World the NetConnection inhabits

Function Documentation

◆ DECLARE_MULTICAST_DELEGATE_TwoParams()

DECLARE_MULTICAST_DELEGATE_TwoParams ( FModifyRPCDoSAnalytics  ,
UWorld ,
TArray< FAnalyticsEventAttribute > &   
)

Multicast delegate for modifying/adding-to RPC DoS analytics events.

Parameters
WorldThe World the RPC DoS Analytics and NetConnection is active in.
InOutAttrsSpecifies the analytics attributes array for performing modifications/additions

Variable Documentation

◆ GModifyRPCDoSAnalytics

ENGINE_API FModifyRPCDoSAnalytics GModifyRPCDoSAnalytics
extern

Globally accessible multicast delegate, for modifying/adding-to the RPC DoS analytics event

◆ GModifyRPCDoSEscalationAnalytics

ENGINE_API FModifyRPCDoSAnalytics GModifyRPCDoSEscalationAnalytics
extern

Globally accessible multicast delegate, for modifying/adding-to the RPC DoS escalation analytics event