![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "DeviceProfiles/DeviceProfileManager.h"#include "Misc/CommandLine.h"#include "Misc/ConfigCacheIni.h"#include "Misc/ConfigContext.h"#include "Misc/ConfigUtilities.h"#include "Misc/CoreDelegates.h"#include "Modules/ModuleManager.h"#include "Misc/DelayedAutoRegister.h"#include "UObject/Package.h"#include "SceneManagement.h"#include "DeviceProfiles/DeviceProfile.h"#include "Misc/DataDrivenPlatformInfoRegistry.h"#include "UObject/UnrealType.h"#include "IDeviceProfileSelectorModule.h"#include "DeviceProfiles/DeviceProfileFragment.h"#include "GenericPlatform/GenericPlatformCrashContext.h"Classes | |
| class | FPlatformCVarExec |
Functions | |
| DEFINE_LOG_CATEGORY_STATIC (LogDeviceProfileManager, Log, All) | |
| void | UpdateCVarsAfterDynamicConfig (const FConfigModificationTracker *ChangeTracker) |
Variables | |
| FDelayedAutoRegisterHelper | GDPManagerSingletonHelper (EDelayedRegisterRunPhase::ObjectSystemReady, [] { UDeviceProfileManager::Get();}) |
| FPlatformCVarExec | GPlatformCVarExec |
| DEFINE_LOG_CATEGORY_STATIC | ( | LogDeviceProfileManager | , |
| Log | , | ||
| All | |||
| ) |
| void UpdateCVarsAfterDynamicConfig | ( | const FConfigModificationTracker * | ChangeTracker | ) |
| FDelayedAutoRegisterHelper GDPManagerSingletonHelper(EDelayedRegisterRunPhase::ObjectSystemReady,[] { UDeviceProfileManager::Get();}) | ( | EDelayedRegisterRunPhase::ObjectSystemReady | , |
| [] { UDeviceProfileManager::Get();} | |||
| ) |
| FPlatformCVarExec GPlatformCVarExec |