Navigation
API > API/Developer > API/Developer/FunctionalTesting
| Name | FStatsData |
| Type | struct |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h |
| Include Path | #include "FunctionalTest.h" |
Syntax
struct FStatsData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStatsData() |
FunctionalTest.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FrameTimeTracker | FStatisticalFloat | FunctionalTest.h | ||
| GameThreadTimeTracker | FStatisticalFloat | FunctionalTest.h | ||
| GPUTimeTracker | FStatisticalFloat | FunctionalTest.h | ||
| NumFrames | uint32 | FunctionalTest.h | ||
| RenderThreadTimeTracker | FStatisticalFloat | FunctionalTest.h | ||
| SumTimeSeconds | float | FunctionalTest.h |