Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphPinEnum
| |
|
| Name |
FArguments |
| Type |
struct |
| Header File |
/Engine/Source/Editor/GraphEditor/Public/KismetPins/SGraphPinEnum.h |
| Include Path |
#include "KismetPins/SGraphPinEnum.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SGraphPinEnum >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SGraphPinEnum > → SGraphPinEnum::FArguments
Constructors
Typedefs
| Name |
Type |
Remarks |
Include Path |
| WidgetArgsType |
FArguments |
|
KismetPins/SGraphPinEnum.h |
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
WidgetArgsType & ValidEnumValues
(
TArray< FString > InArg
)
|
The array of values to allow in the combobox. All values permitted if this array is empty. |
KismetPins/SGraphPinEnum.h |
|