FTimeSample

Time and amount of work that was measured

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformSurvey.h

Include

#include "GenericPlatform/GenericPlatformSurvey.h"

Syntax

struct FTimeSample

Remarks

Time and amount of work that was measured

Variables

Name Description

Public variable

float

 

NormalizedTime

Time / WorkScale, WorkScale might have been adjusted (e.g. quantized), >0.

Public variable

float

 

TotalTime

In seconds, >=0

Constructors

Name Description

Public function

FTimeSample

(
    float InTotalTime,
    float InNormalizedTime
)

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