UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UnixPlatformSurvey.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3/*=============================================================================================
4 UnixPlatformSurvey.h: Unix platform hardware-survey classes
5==============================================================================================*/
6
7#pragma once
8
9#include "CoreTypes.h"
11
16{
19
20private:
21
25 static void WriteFStringToResults(TCHAR* OutBuffer, const FString& InString);
26};
27
FPlatformTypes::TCHAR TCHAR
Either ANSICHAR or WIDECHAR, depending on whether the platform supports wide characters or the requir...
Definition Platform.h:1135
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
FUnixPlatformSurvey FPlatformSurvey
Definition UnixPlatformSurvey.h:28
Definition GenericPlatformSurvey.h:228
Definition GenericPlatformSurvey.h:178
Definition UnixPlatformSurvey.h:16
static APPLICATIONCORE_API bool GetSurveyResults(FHardwareSurveyResults &OutResults, bool bWait=false)
Definition UnixPlatformSurvey.cpp:9