![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GenericPlatformSurvey.h>
Inheritance diagram for FGenericPlatformSurvey:Static Public Member Functions | |
| static bool | GetSurveyResults (FHardwareSurveyResults &OutResults, bool bWait=false) |
Generic implementation for most platforms, these tend to be unused and unimplemented
|
inlinestatic |
Attempt to get hardware survey results now. If they aren't available the survey will be started/ticked until complete.
| 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. |