Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Analytics
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Analytics/RPCDoSDetectionAnalytics.h |
Include | #include "Analytics/RPCDoSDetectionAnalytics.h" |
Syntax
struct FRPCDoSAnalyticsVars
Remarks
Container class for separating analytics variables and processing, from the main RPC DoS Detection code
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FString | MaxAnalyticsSeverityCategory | The name of the maximum severity state confirmed for analytics that was reached |
![]() |
int32 | MaxAnalyticsSeverityIndex | The index of the maximum severity state confirmed for analytics that was reached |
![]() |
TArray< FMaxRPCDoSEscalation > | MaxPlayerSeverity | Aggregation variables (Not filled until final commit) The maximum RPC DoS severity state reached, for each player |
![]() |
const int32 | MaxRPCAnalytics | The maximum number of RPC tracking analytics entries |
![]() |
FString | MaxSeverityCategory | The name of the maximum severity state that was reached |
![]() |
int32 | MaxSeverityIndex | The index of the maximum severity state that was reached |
![]() |
FString | PlayerIP | The IP of the player |
![]() |
FString | PlayerUID | The UID of the player |
![]() |
TArray< TSharedPtr< FRPCAnalytics > > | RPCTrackingAnalytics | Analytics for RPC's that are being tracked |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Default constructorFRPCDoSAnalyticsVars |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | CommitAnalytics
(
FRPCDoSAnalyticsVars& AggregatedData |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator==
(
const FRPCDoSAnalyticsVars& A |