Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/FGenericPlatformSurvey
Description
Attempt to get hardware survey results now. If they aren't available the survey will be started/ticked until complete.
| Name | GetSurveyResults |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformSurvey.h |
| Include Path | #include "GenericPlatform/GenericPlatformSurvey.h" |
static bool GetSurveyResults
(
FHardwareSurveyResults & OutResults,
bool bWait
)
True if the results were available, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| 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. |