Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/HardwareInfo.h |
| Include | #include "HardwareInfo.h" |
Syntax
struct FHardwareInfo
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString | Get the full details of hardware information which has been registered in string format | ||
| FString | GetHardwareInfo
(
const FName SpecIdentifier |
Get the hardware info detail you wanted to keep track of. | |
| void | RegisterHardwareInfo
(
const FName SpecIdentifier, |
Register with the hardware info a detail which we may want to keep track of |