#include <HardwareInfo.h>
◆ GetHardwareDetailsString()
| const FString FHardwareInfo::GetHardwareDetailsString |
( |
| ) |
|
|
static |
Get the full details of hardware information which has been registered in string format
- Returns
- The details of the hardware which were registered in a string format.
◆ GetHardwareInfo()
| FString FHardwareInfo::GetHardwareInfo |
( |
const FName |
SpecIdentifier | ) |
|
|
static |
Get the hardware info detail you wanted to keep track of.
- Parameters
-
| SpecIdentifier | - The piece of hardware information we are registering, must match the lookups above |
◆ RegisterHardwareInfo()
| void FHardwareInfo::RegisterHardwareInfo |
( |
const FName |
SpecIdentifier, |
|
|
const FString & |
HardwareInfo |
|
) |
| |
|
static |
Register with the hardware info a detail which we may want to keep track of
- Parameters
-
| SpecIdentifier | - The piece of hardware information we are registering, must match the lookups above |
| HarwareInfo | - The information we want to be associated with the input key. |
The documentation for this struct was generated from the following files: