Navigation
API > API/Editor > API/Editor/GraphEditor
| |
|
| Name |
SGraphPinEnum |
| Type |
class |
| Header File |
/Engine/Source/Editor/GraphEditor/Public/KismetPins/SGraphPinEnum.h |
| Include Path |
#include "KismetPins/SGraphPinEnum.h" |
Syntax
class SGraphPinEnum : public SGraphPin
Inheritance Hierarchy
Structs
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ComboBox |
TSharedPtr< class SPinComboBox > |
Shared pointer to the combobox widget. |
KismetPins/SGraphPinEnum.h |
|
| ValidEnumValues |
TArray< FString > |
The array of values to allow in the combobox. All values permitted if this array is empty. |
KismetPins/SGraphPinEnum.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void Construct
(
const FArguments& InArgs,
UEdGraphPin* InGraphPinObj
)
|
|
KismetPins/SGraphPinEnum.h |
|
Protected
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual TSharedRef< SWidget > GetDefaultValueWidget()
|
Function to create class specific widget. |
KismetPins/SGraphPinEnum.h |
|