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