IHardwareTargetingModule

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IHardwareTargetingModule

References

Module

HardwareTargeting

Header

/Engine/Source/Editor/HardwareTargeting/Public/HardwareTargetingModule.h

Include

#include "HardwareTargetingModule.h"

Syntax

class IHardwareTargetingModule : public IModuleInterface

Functions

Name Description

Public function

void

 

ApplyHardwareTargetingSettings()

Apply the current hardware targeting settings if they have changed

Public function Static

IHardwareTar...

 

Get()

Singleton access to this module

Public function

TArray< FMod...

 

GetPendingSettingsChanges()

Gets a list of objects that are required to be writable in order to apply the settings

Public function

TSharedRef< ...

 

MakeGraphicsPresetTargetCombo

(
    FOnGraphicsPresetChanged OnChanged,
    TAttribute< EGraphicsPreset::Type >...,
    EOrientation Orientation
)

Make a new combo box for choosing a graphics preference

Public function

TSharedRef< ...

 

MakeHardwareClassTargetCombo

(
    FOnHardwareClassChanged OnChanged,
    TAttribute< EHardwareClass::Type > ...,
    EOrientation Orientation
)

Make a new combo box for choosing a hardware class target

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