Navigation
API > API/Plugins > API/Plugins/EditorPerformance
| Name | FKPIRegistry |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorPerformance/Source/EditorPerformance/Public/KPIValue.h |
| Include Path | #include "KPIValue.h" |
Syntax
class FKPIRegistry
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Hints | FKPIHints | KPIValue.h | ||
| Profiles | FKPIProfiles | KPIValue.h | ||
| Values | FKPIValues | KPIValue.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ApplyKPIProfile
(
const FKPIProfile& Profile |
KPIValue.h | ||
bool DeclareKPIHint
(
FGuid Id, |
KPIValue.h | ||
FGuid DeclareKPIValue
(
const FKPIValue& Value |
KPIValue.h | ||
FGuid DeclareKPIValue
(
const FName Category, |
KPIValue.h | ||
bool GetKPIHint
(
FGuid Id, |
KPIValue.h | ||
const FKPIProfiles & GetKPIProfiles() |
KPIValue.h | ||
bool GetKPIValue
(
FGuid Id, |
KPIValue.h | ||
const FKPIValues & GetKPIValues() |
KPIValue.h | ||
bool InvalidateKPIValue
(
FGuid Id |
KPIValue.h | ||
void LoadKPIHints
(
const FString& HintSectionName, |
KPIValue.h | ||
void LoadKPIProfiles
(
const FString& ProfileSectionName, |
KPIValue.h | ||
bool SetKPIThreshold
(
FGuid Id, |
KPIValue.h | ||
bool SetKPIValue
(
FGuid Id, |
KPIValue.h |