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"
7
8
14{
17
18private:
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
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
FWindowsPlatformSurvey FPlatformSurvey
Definition WindowsPlatformSurvey.h:38
Definition Array.h:670
Definition GenericPlatformSurvey.h:228
Definition GenericPlatformSurvey.h:178
Definition WindowsPlatformSurvey.h:14
static APPLICATIONCORE_API bool GetSurveyResults(FHardwareSurveyResults &OutResults, bool bWait=false)
Definition WindowsPlatformSurvey.cpp:51