Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UDeviceProfileManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool GetScalabilityCVar
(
const FString& CvarName, |
Retrieves the value of a scalability group cvar if it was set by the active device profile. | DeviceProfiles/DeviceProfileManager.h | |
static bool GetScalabilityCVar
(
const FString& CvarName, |
DeviceProfiles/DeviceProfileManager.h |
GetScalabilityCVar(const FString &, int32 &)
Description
Retrieves the value of a scalability group cvar if it was set by the active device profile.
| Name | GetScalabilityCVar |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/DeviceProfiles/DeviceProfileManager.h |
| Include Path | #include "DeviceProfiles/DeviceProfileManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DeviceProfiles/DeviceProfileManager.cpp |
static bool GetScalabilityCVar
(
const FString & CvarName,
int32 & OutValue
)
GetScalabilityCVar(const FString &, float &)
| Name | GetScalabilityCVar |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/DeviceProfiles/DeviceProfileManager.h |
| Include Path | #include "DeviceProfiles/DeviceProfileManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DeviceProfiles/DeviceProfileManager.cpp |
static bool GetScalabilityCVar
(
const FString & CvarName,
float & OutValue
)