![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RPCDoSDetectionConfig.h>
Public Attributes | |
| FName | RPC |
| int32 | CountPerSec = -1 |
| double | TimePerSec = 0.0 |
Specifies time or count thresholds for when an RPC should be included in analytics
| int32 FRPCAnalyticsThreshold::CountPerSec = -1 |
The number of calls to an RPC's per second, before including in analytics
| FName FRPCAnalyticsThreshold::RPC |
The RPC name
| double FRPCAnalyticsThreshold::TimePerSec = 0.0 |
Time spent executing an RPC per second, before including in analytics (can specify more than 1 second, for long running RPC's)