Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FPerQualityLevelProperty
Description
Set Cvar to be able to scan ini files at cook-time and only have the supported ranges of quality levels relevant to the platform. Unsupported quality levels will be stripped.
| Name | SetQualityLevelCVarForCooking |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/PerQualityLevelProperties.h |
| Include Path | #include "PerQualityLevelProperties.h" |
void SetQualityLevelCVarForCooking
(
const TCHAR * InCVarName,
const TCHAR * InSection
)