Navigation
Unreal Engine C++ API Reference > Runtime > Core > GenericPlatform
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformTime.h |
Include | #include "GenericPlatform/GenericPlatformTime.h" |
Syntax
struct FCPUTime
Remarks
Contains CPU utilization data.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
float | CPUTimePct | Percentage CPU utilization for the last interval. |
![]() |
float | CPUTimePctRelative | 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%. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FCPUTime
(
float InCPUTimePct, |
Initialization constructor. |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
FCPUTime & | operator+=
(
const FCPUTime& Other |