File SFSettingEntryWidget_Keybind.h
FileList > Public > UI > SettingEntries > SFSettingEntryWidget_Keybind.h
Go to the source code of this file
#include "CoreMinimal.h"#include "UI/SettingEntries/SFSettingEntryWidget.h"#include "Core/SFCoreTypes.h"#include "CommonInputTypeEnum.h"#include "SFSettingEntryWidget_Keybind.generated.h"
Classes
| Type | Name |
|---|---|
| class | USFSettingEntryWidget_Keybind The native base class for a setting entry widget for a key bind setting, represented as buttons that listen for the next key press in the UI. |
Public Types
| Type | Name |
|---|---|
| enum uint8 | ESFKeybindSlot |
Public Types Documentation
enum ESFKeybindSlot
enum ESFKeybindSlot {
None,
KBMPrimary,
KBMSecondary,
Gamepad
};
Enum to track which keybind slot is currently listening for input for rebinding.
The documentation for this class was generated from the following file Source/SettingsFramework/Public/UI/SettingEntries/SFSettingEntryWidget_Keybind.h