Navigation
API > API/Runtime > API/Runtime/HardwareSurvey
Interface for the hardware survey module.
| Name | IHardwareSurveyModule |
| Type | class |
| Header File | /Engine/Source/Runtime/HardwareSurvey/Public/IHardwareSurveyModule.h |
| Include Path | #include "IHardwareSurveyModule.h" |
Syntax
class IHardwareSurveyModule : public IModuleInterface
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IHardwareSurveyModule() |
Virtual destructor. | IHardwareSurveyModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void StartHardwareSurvey
(
IAnalyticsProvider& AnalyticsProvider |
Init and begin the async platform hardware survey. | IHardwareSurveyModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IHardwareSurveyModule & Get () |
Singleton-like access to this module's interface. | IHardwareSurveyModule.h | |
static bool IsAvailable() |
Checks to see if this module is loaded and ready. | IHardwareSurveyModule.h |