Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/NetAnalyticsTypes.h |
| Include | #include "Net/NetAnalyticsTypes.h" |
Syntax
struct FDelinquencyNameTimePair
Remarks
Tracks an FName ID to a time value. Time will be context dependent, but usually represents the total amount of time a specific action took (how long a package took to load, how long an actor had queued bunches, etc.)
Could have used a TPair, but this will make it more obvious what we're tracking.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Name | ||
| float | TimeSeconds |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDelinquencyNameTimePair
(
FName InName, |