FGenericPlatformSurvey::GetSurveyResults

Attempt to get hardware survey results now.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformSurvey.h

Include

#include "GenericPlatform/GenericPlatformSurvey.h"

Syntax

static bool GetSurveyResults
(
    FHardwareSurveyResults & OutResults,
    bool bWait
)

Remarks

Attempt to get hardware survey results now. If they aren't available the survey will be started/ticked until complete.

Returns

True if the results were available, false otherwise.

Parameters

Parameter

Description

OutResults

The struct that receives the results if available.

bWait

If true, the function won't return until the results are available or the survey fails. Defaults to false.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss