UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MacPlatformSurvey.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3
4/*=============================================================================================
5 MacPlatformSurvey.h: Apple Mac OSX platform hardware-survey classes
6==============================================================================================*/
7
8#pragma once
10
11class FString;
12
17{
20
21private:
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
FMacPlatformSurvey FPlatformSurvey
Definition MacPlatformSurvey.h:28
Definition GenericPlatformSurvey.h:228
Definition GenericPlatformSurvey.h:178
Definition MacPlatformSurvey.h:17
static APPLICATIONCORE_API bool GetSurveyResults(FHardwareSurveyResults &OutResults, bool bWait=false)
Definition MacPlatformSurvey.cpp:19