Navigation
API > API/Runtime > API/Runtime/ApplicationCore
Time and amount of work that was measured
| Name | FTimeSample |
| Type | struct |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformSurvey.h |
| Include Path | #include "GenericPlatform/GenericPlatformSurvey.h" |
Syntax
struct FTimeSample
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTimeSample
(
float InTotalTime, |
GenericPlatform/GenericPlatformSurvey.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NormalizedTime | float | Time / WorkScale, WorkScale might have been adjusted (e.g. quantized), >0. | GenericPlatform/GenericPlatformSurvey.h | |
| TotalTime | float | In seconds, >=0 | GenericPlatform/GenericPlatformSurvey.h |