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