UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FHardwareInfo Struct Reference

#include <HardwareInfo.h>

Static Public Member Functions

static ENGINE_API void RegisterHardwareInfo (const FName SpecIdentifier, const FString &HardwareInfo)
 
static ENGINE_API FString GetHardwareInfo (const FName SpecIdentifier)
 
static ENGINE_API const FString GetHardwareDetailsString ()
 

Member Function Documentation

◆ 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: