Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FHardwareInfo
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/HardwareInfo.h |
| Include | #include "HardwareInfo.h" |
| Source | /Engine/Source/Runtime/Engine/Private/HardwareInfo.cpp |
static void RegisterHardwareInfo
&40;
const FName SpecIdentifier,
const FString & HardwareInfo
&41;
Remarks
Register with the hardware info a detail which we may want to keep track of
Parameters
| Name | Description |
|---|---|
| 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. |