Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/KismetPins
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SBorder
- SGraphPin
- SGraphPinNum
- SGraphPinInteger
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/KismetPins/SGraphPinInteger.h |
| Include | #include "KismetPins/SGraphPinInteger.h" |
Syntax
class SGraphPinInteger : public SGraphPinNum< int32 >
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Overridden from SGraphPin
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | Build the widget we should put into the 'default value' space, shown when nothing connected |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |