FHardwareInfo

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "HardwareInfo.h"

Syntax

struct FHardwareInfo

Functions

Name Description

Public function Static

const FStrin...

 

GetHardwareDetailsString()

Get the full details of hardware information which has been registered in string format

Public function Static

FString

 

GetHardwareInfo

(
    const FName SpecIdentifier
)

Get the hardware info detail you wanted to keep track of.

Public function Static

void

 

RegisterHardwareInfo

(
    const FName SpecIdentifier,
    const FString& HardwareInfo
)

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

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