UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IOSPlatformSurvey.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3
4/*=============================================================================================
5 IOSPlatformSurvey.h: Apple iOS platform hardware-survey classes
6==============================================================================================*/
7
8#pragma once
10
15{
16 static bool GetSurveyResults(FHardwareSurveyResults& OutResults, bool bWait = false);
17};
18
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
FIOSPlatformSurvey FPlatformSurvey
Definition IOSPlatformSurvey.h:19
Definition GenericPlatformSurvey.h:228
Definition GenericPlatformSurvey.h:178
Definition IOSPlatformSurvey.h:15
static bool GetSurveyResults(FHardwareSurveyResults &OutResults, bool bWait=false)
Definition IOSPlatformSurvey.cpp:11