Navigation
API > API/Plugins > API/Plugins/EditorPerformance
| Name | FKPIValue |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorPerformance/Source/EditorPerformance/Public/KPIValue.h |
| Include Path | #include "KPIValue.h" |
Syntax
class FKPIValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FKPIValue () |
KPIValue.h | ||
FKPIValue
(
FName NewCategory, |
KPIValue.h |
Enums
Public
| Name | Remarks |
|---|---|
| ECompare | |
| EDisplayType | |
| EState |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FGetCustomDisplayValue | TBaseDelegate_OneParam< FText, const float > | KPIValue.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Category | FName | KPIValue.h | ||
| Compare | ECompare | KPIValue.h | ||
| CurrentValue | float | KPIValue.h | ||
| CustomDisplayValueGetter | FGetCustomDisplayValue | KPIValue.h | ||
| DisplayCategory | FText | KPIValue.h | ||
| DisplayName | FText | KPIValue.h | ||
| DisplayType | EDisplayType | KPIValue.h | ||
| FailureCount | uint32 | KPIValue.h | ||
| Id | FGuid | KPIValue.h | ||
| Name | FName | KPIValue.h | ||
| Path | FName | KPIValue.h | ||
| State | EState | KPIValue.h | ||
| ThresholdValue | TOptional< float > | KPIValue.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EState GetState() |
KPIValue.h | ||
void SetValue
(
float Value |
KPIValue.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateState() |
KPIValue.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetComparisonAsPrettyString
(
FKPIValue::ECompare Compare |
KPIValue.h | ||
static FString GetComparisonAsString
(
FKPIValue::ECompare Compare |
KPIValue.h | ||
static FString GetDisplayTypeAsString
(
FKPIValue::EDisplayType Type |
KPIValue.h | ||
static FString GetValueAsString
(
float Value, |
KPIValue.h |