Navigation
API > API/Plugins > API/Plugins/EditorPerformance > API/Plugins/EditorPerformance/FKPIValue
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FKPIValue () |
KPIValue.h | ||
FKPIValue
(
FName NewCategory, |
KPIValue.h |
FKPIValue()
| Name | FKPIValue |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorPerformance/Source/EditorPerformance/Public/KPIValue.h |
| Include Path | #include "KPIValue.h" |
FKPIValue()
FKPIValue(FName, FText, FName, FText, float, TOptional< float >, FKPIValue::ECompare, FKPIValue::EDisplayType, FKPIValue::EState)
| Name | FKPIValue |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorPerformance/Source/EditorPerformance/Public/KPIValue.h |
| Include Path | #include "KPIValue.h" |
FKPIValue
(
FName NewCategory,
FText NewDisplayCategory,
FName NewName,
FText NewDisplayName,
float NewInitialValue,
TOptional< float > NewThresholdValue,
FKPIValue::ECompare NewCompare,
FKPIValue::EDisplayType NewDisplayType,
FKPIValue::EState NewState
)