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 FMaxRPCDoSEscalation
Remarks
Per-player tracking of the maximum RPC DoS escalation state
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | MaxAnalyticsSeverityCategory | The name of the maximum severity state that was confirmed for analytics | |
| int32 | MaxAnalyticsSeverityIndex | The index of the maximum severity state that was confirmed for analytics | |
| 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 |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FMaxRPCDoSEscalation& A |