Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UDeviceProfileManager
Description
Reapplies the device profile. Useful when configs have changed (i.e. hotfix) Applies base and then any overridden device profile. If ModifiedCVars is specified, then only the given CVars will be updated
| Name | ReapplyDeviceProfile |
| 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 |
void ReapplyDeviceProfile
(
bool bForceReload,
TSet < FString > * ModifiedCVars
)