FDelinquencyNameTimePair

Tracks an [FName](API\Runtime\Core\UObject\FName) ID to a time value.

Windows
MacOS
Linux

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

Name Description

Public variable

FName

 

Name

Public variable

float

 

TimeSeconds

Constructors

Name Description

Public function

FDelinquencyNameTimePair

(
    FName InName,
    float InTimeSeconds
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss