Navigation
API > API/Editor > API/Editor/EditorWidgets
| |
|
| Name |
SEnumComboBox |
| Type |
class |
| Header File |
/Engine/Source/Editor/EditorWidgets/Public/SEnumCombo.h |
| Include Path |
#include "SEnumCombo.h" |
Syntax
class SEnumComboBox : public SComboButton
Inheritance Hierarchy
Implements Interfaces
Structs
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FOnEnumSelectionChanged |
TBaseDelegate_TwoParams< void, int32, ESelectInfo::Type > |
|
SEnumCombo.h |
| FOnGetToolTipForValue |
TBaseDelegate_OneParam< FText, int32 > |
|
SEnumCombo.h |
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bIsBitflagsEnum |
bool |
|
SEnumCombo.h |
|
| bUpdatingSelectionInternally |
bool |
|
SEnumCombo.h |
|
| CurrentValue |
TAttribute< int32 > |
|
SEnumCombo.h |
|
| Enum |
const UEnum * |
|
SEnumCombo.h |
|
| Font |
TAttribute< FSlateFontInfo > |
|
SEnumCombo.h |
|
| OnEnumSelectionChangedDelegate |
FOnEnumSelectionChanged |
|
SEnumCombo.h |
|
| OnGetToolTipForValue |
FOnGetToolTipForValue |
|
SEnumCombo.h |
|
| OverrideNoFlagsSetText |
TAttribute< FText > |
|
SEnumCombo.h |
|
| VisibleEnums |
TArray< FEnumInfo > |
|
SEnumCombo.h |
|
Functions
Public