UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FGenericPlatformSurvey Struct Reference

#include <GenericPlatformSurvey.h>

+ Inheritance diagram for FGenericPlatformSurvey:

Static Public Member Functions

static bool GetSurveyResults (FHardwareSurveyResults &OutResults, bool bWait=false)
 

Detailed Description

Generic implementation for most platforms, these tend to be unused and unimplemented

Member Function Documentation

◆ GetSurveyResults()

static bool FGenericPlatformSurvey::GetSurveyResults ( FHardwareSurveyResults OutResults,
bool  bWait = false 
)
inlinestatic

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

Parameters
OutResultsThe struct that receives the results if available.
bWaitIf true, the function won't return until the results are available or the survey fails. Defaults to false.
Returns
True if the results were available, false otherwise.

The documentation for this struct was generated from the following file: