Navigation
API > API/Editor > API/Editor/HardwareTargeting
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
| Type | Name | Description | |
|---|---|---|---|
| void | Apply the current hardware targeting settings if they have changed | ||
| IHardwareTargetingModule & | Get () |
Singleton access to this module | |
| TArray< FModifiedDefaultConfig > | Gets a list of objects that are required to be writable in order to apply the settings | ||
| TSharedRef< SWidget > | MakeGraphicsPresetTargetCombo
(
FOnGraphicsPresetChanged OnChanged, |
Make a new combo box for choosing a graphics preference | |
| TSharedRef< SWidget > | MakeHardwareClassTargetCombo
(
FOnHardwareClassChanged OnChanged, |
Make a new combo box for choosing a hardware class target |