![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <NetAnalyticsTypes.h>
Public Member Functions | |
| FDelinquencyNameTimePair (FName InName, float InTimeSeconds) | |
Public Attributes | |
| FName | Name |
| float | TimeSeconds |
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.
| FName FDelinquencyNameTimePair::Name |
| float FDelinquencyNameTimePair::TimeSeconds |