![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Windows/WindowsPlatformSurvey.h"#include "HAL/PlatformMisc.h"#include "HAL/PlatformProcess.h"#include "Logging/LogMacros.h"#include "HAL/PlatformTime.h"#include "Math/UnrealMathUtility.h"#include "HAL/UnrealMemory.h"#include "Templates/UnrealTemplate.h"#include "HAL/FileManager.h"#include "Containers/UnrealString.h"#include "Misc/FileHelper.h"#include "Misc/Paths.h"#include "CoreGlobals.h"#include "GenericPlatform/GenericApplication.h"#include "Windows/AllowWindowsPlatformTypes.h"#include <ShlObj.h>#include <winsatcominterfacei.h>#include <powrprof.h>#include <subauth.h>#include "SynthBenchmark.h"#include "Windows/HideWindowsPlatformTypes.h"Classes | |
| struct | _PROCESSOR_POWER_INFORMATION |
Macros | |
| #define | USING_WINSAT_API 1 |
| #define | USING_POWRPROF 1 |
Functions | |
| void | GetOSVersionLabels (const SYSTEM_INFO &SystemInfo, FHardwareSurveyResults &OutResults) |
| void | WriteFStringToResults (TCHAR *OutBuffer, const FString &InString) |
| #define USING_POWRPROF 1 |
| #define USING_WINSAT_API 1 |
| typedef THIRD_PARTY_INCLUDES_START THIRD_PARTY_INCLUDES_END struct _PROCESSOR_POWER_INFORMATION * PPROCESSOR_POWER_INFORMATION |
| typedef THIRD_PARTY_INCLUDES_START THIRD_PARTY_INCLUDES_END struct _PROCESSOR_POWER_INFORMATION PROCESSOR_POWER_INFORMATION |
| void GetOSVersionLabels | ( | const SYSTEM_INFO & | SystemInfo, |
| FHardwareSurveyResults & | OutResults | ||
| ) |