Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UDeviceProfileManager
Description
Enable/Disable a tagged fragment of the active device profile. This unsets the entire cvar DP state, then re-sets the new DP+fragment state.
| Name | ChangeTaggedFragmentState |
| 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 ChangeTaggedFragmentState
(
FName FragmentTag,
bool bNewState
)