Navigation
API > API/Runtime > API/Runtime/Core
Contains CPU utilization data.
| |
|
| Name |
FCPUTime |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformTime.h |
| Include Path |
#include "GenericPlatform/GenericPlatformTime.h" |
Syntax
struct FCPUTime
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FCPUTime
(
float InCPUTimePct,
float InCPUTimePctRelative
)
|
Initialization constructor. |
GenericPlatform/GenericPlatformTime.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| CPUTimePct |
float |
Percentage CPU utilization for the last interval. |
GenericPlatform/GenericPlatformTime.h |
|
| CPUTimePctRelative |
float |
Percentage CPU utilization for the last interval relative to one core, so if CPUTimePct is 8.0% and you have 6 core this value will be 48.0%. |
GenericPlatform/GenericPlatformTime.h |
|
Functions
Public
Operators