FServerPerformanceHistory¶
#include <ServerPerformanceHistory.h>
Inherits from FGameAnalyticsEvent, FAnalyticsEvent
Public Functions¶
| Name | |
|---|---|
| TBL_API | FServerPerformanceHistory() |
Public Attributes¶
| Name | |
|---|---|
| FAvailableCPUBuckets | AvailableCpu |
| FAvailableCPUBuckets | AvailableCpuEx |
| float | AverageClientFrameTime |
| float | AverageNumClients |
| float | AveragePingTime |
| float | AverageRTT |
| float | AverageServerFrameTime |
| FString | ComputerName |
| FFrameTimeBuckets | FrameBuckets |
| FString | GameModeName |
| FString | MapName |
| FString | MatchID |
| FPacketLossData | PacketLossData |
| FPingTimeBuckets | PingBuckets |
| int32 | PingTotalSamples |
| int64 | SendFailTotalBytes |
| FString | SeriesName |
| int32 | SkippedServerMoveFrames |
| int32 | SkippedServerMoves |
| FFrameTimeBuckets | StatFrameBuckets |
| int32 | TotalAnalyticsErrors |
| int32 | TotalAnalyticsTasks |
| int64 | TotalRetryReliableBytes |
| int64 | TotalRetryReliableCount |
| int64 | TotalRetryUnreliableBytes |
| int64 | TotalRetryUnreliableCount |
Updated on 2025-01-21 at 09:02:25 +0100