FHardwareInfo::RegisterHardwareInfo

Register with the hardware info a detail which we may want to keep track of

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/HardwareInfo.h

Include

#include "HardwareInfo.h"

Source

/Engine/Source/Runtime/Engine/Private/HardwareInfo.cpp

Syntax

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

Remarks

Register with the hardware info a detail which we may want to keep track of

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss