Choose your operating system:
Windows
macOS
Linux
| FVirtualDestructor
|
Module |
|
Header |
/Engine/Plugins/Compression/OodleNetwork/Source/Public/OodleNetworkAnalytics.h |
Include |
#include "OodleNetworkAnalytics.h" |
struct FOodleNetworkAnalyticsVars : public FLocalNetAnalyticsStruct
Include Simple container class for separating the analytics related variables from OodleNetworkHandlerComponent
Name | Description | ||
---|---|---|---|
|
InCompressedLengthTotal |
The compressed length of all incoming packets. |
|
|
InCompressedNum |
The number of incoming compressed packets |
|
|
InCompressedWithOverheadLengthTotal |
The compressed length + decompression data overhead, of all incoming packets. |
|
|
InDecompressedLengthTotal |
The decompressed length of all incoming packets. |
|
|
InNotCompressedLengthTotal |
The length of all incoming packets, which were not compressed. |
|
|
InNotCompressedNum |
The number of incoming packets that were not compressed |
|
|
NumOodleNetworkHandlers |
The number of OodleNetworkHandlerComponent's running during the lifetime of the analytics aggregator (i.e. NetDriver lifetime). |
|
|
NumOodleNetworkHandlersCompressionEnabled |
The number of OodleNetworkHandlerComponent's that had packet compression enabled. |
|
|
OutBeforeCompressedLengthTotal |
The length prior to compression, of all outgoing packets (only counted for successfully compressed packets). |
|
|
OutCompressedLengthTotal |
The compressed length of all outgoing packets. |
|
|
OutCompressedNum |
The number of outgoing compressed packets. |
|
|
OutCompressedWithOverheadLengthTotal |
The compressed length + decompression data overhead, of all outgoing packets. |
|
|
OutNotCompressedBoundedNum |
The number of outgoing packets that were not compressed, due to byte rounding of compressed packets, exceeding size limits. |
|
|
OutNotCompressedClientDisabledNum |
The number of outgoing packets that were not compressed, due to the client having disabled compression. |
|
|
OutNotCompressedFailedAckOnlyNum |
The number of outgoing packets that were not compressed, due to Oodle failing to compress - which exclusively contained ack data |
|
|
OutNotCompressedFailedKeepAliveNum |
The number of outgoing packets that were not compressed, due to Oodle failing to compress - which were KeepAlive packets |
|
|
OutNotCompressedFailedLengthTotal |
The length of all outgoing packets, which failed to compress. |
|
|
OutNotCompressedFailedNum |
The number of outgoing packets that were not compressed, due to Oodle failing to compress enough. |
|
|
OutNotCompressedFlaggedNum |
The number of outgoing packets that were not compressed, due to a higher level flag requesting they be sent uncompressed. |
|
|
OutNotCompressedSkippedLengthTotal |
The length of all outgoing packets, where compression was skipped. |
|
|
OutNotCompressedTooSmallNum |
The number of outgoing packets that were not compressed, due to the packet being smaller that the CVar 'net.OodleMinSizeForCompression'. |
Name | Description | |
---|---|---|
|
FOodleNetworkAnalyticsVars() |
Default Constructor |
Name | Description | ||
---|---|---|---|
|
CommitAnalytics ( |
Implements the TThreadedNetAnalyticsData CommitAnalytics interface |
Name | Description | ||
---|---|---|---|
|
operator== ( |