Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/GenericPlatform
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
| Type | Name | Description | |
|---|---|---|---|
| float | NormalizedTime | Time / WorkScale, WorkScale might have been adjusted (e.g. quantized), >0. | |
| float | TotalTime | In seconds, >=0 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTimeSample
(
float InTotalTime, |