Navigation
API > API/Editor > API/Editor/HardwareTargeting
Struct specifying pending changes to a settings object
| Name | FModifiedDefaultConfig |
| Type | struct |
| Header File | /Engine/Source/Editor/HardwareTargeting/Public/HardwareTargetingModule.h |
| Include Path | #include "HardwareTargetingModule.h" |
Syntax
struct FModifiedDefaultConfig
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CategoryHeading | FText | Heading describing the name of the category | HardwareTargetingModule.h | |
| Description | FText | Text describing the pending changes to the settings | HardwareTargetingModule.h | |
| SettingsObject | TWeakObjectPtr< UObject > | The settings object to which the description relates | HardwareTargetingModule.h |