UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WindowsPlatformSurvey.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreTypes.h
"
6
#include "
GenericPlatform/GenericPlatformSurvey.h
"
7
8
12
struct
FWindowsPlatformSurvey
13
:
public
FGenericPlatformSurvey
14
{
16
static
APPLICATIONCORE_API
bool
GetSurveyResults
(
FHardwareSurveyResults
&
OutResults
,
bool
bWait =
false
);
17
18
private
:
23
static
bool
GetSubComponentIndex(
struct
IProvideWinSATResultsInfo
*
WinSATResults
,
FHardwareSurveyResults
&
OutSurveyResults
,
int32
SubComponent
,
float
&
OutSubComponentIndex
);
24
29
static
bool
GetLineFollowing(
const
FString& Token,
const
TArray<FString>
& Lines, FString& OutString,
int32
NthHit
= 0);
30
34
static
bool
GetNamedSection(FString SectionName,
const
TArray<FString>
&
InLines
,
TArray<FString>
&
OutSectionLines
);
35
};
36
37
38
typedef
FWindowsPlatformSurvey
FPlatformSurvey
;
CoreTypes.h
int32
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition
Platform.h:1125
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
GenericPlatformSurvey.h
FPlatformSurvey
FWindowsPlatformSurvey FPlatformSurvey
Definition
WindowsPlatformSurvey.h:38
TArray
Definition
Array.h:670
FGenericPlatformSurvey
Definition
GenericPlatformSurvey.h:228
FHardwareSurveyResults
Definition
GenericPlatformSurvey.h:178
FWindowsPlatformSurvey
Definition
WindowsPlatformSurvey.h:14
FWindowsPlatformSurvey::GetSurveyResults
static APPLICATIONCORE_API bool GetSurveyResults(FHardwareSurveyResults &OutResults, bool bWait=false)
Definition
WindowsPlatformSurvey.cpp:51
Engine
Source
Runtime
ApplicationCore
Public
Windows
WindowsPlatformSurvey.h
Generated by
1.9.8