Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FPerQualityLevelProperty
Description
Use the CVar set by SetQualityLevelCVarForCooking to convert from PlatformData. This method will do nothing if bRequireAllPlatformsKnown and some of the keys in PlatformData are unrecognized as either Platform names or PlatformGroup names.
| Name | ConvertQualityLevelDataUsingCVar |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/PerQualityLevelProperties.h |
| Include Path | #include "PerQualityLevelProperties.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PerQualityLevelProperties.cpp |
void ConvertQualityLevelDataUsingCVar
(
const TMap < FName , _ValueType > & PlatformData,
_ValueType Default,
bool bRequireAllPlatformsKnown
)