Navigation
API > API/Plugins > API/Plugins/EditorPerformance
References
| Module | EditorPerformance |
| Header | /Engine/Plugins/Experimental/EditorPerformance/Source/EditorPerformance/Public/KPIValue.h |
| Include | #include "KPIValue.h" |
Syntax
class FKPIValue
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Category | ||
| ECompare | Compare | ||
| float | CurrentValue | ||
| EDisplayType | DisplayType | ||
| uint32 | FailureCount | ||
| FGuid | Id | ||
| FName | Name | ||
| FName | Path | ||
| EState | State | ||
| float | ThresholdValue |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FKPIValue () |
|||
FKPIValue
(
FName NewCategory, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | GetComparisonAsPrettyString
(
FKPIValue::ECompare Compare |
||
| FString | GetComparisonAsString
(
FKPIValue::ECompare Compare |
||
| FString | |||
| EState | GetState () |
||
| FString | GetValueAsString
(
float Value, |
||
| void | SetValue
(
float Value |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ECompare | |||
| EDisplayType | |||
| EState |