Navigation
API > API/Editor > API/Editor/GraphEditor
| Name | SGraphPinIntegerSlider |
| Type | class |
| Header File | /Engine/Source/Editor/GraphEditor/Public/KismetPins/SGraphPinIntegerSlider.h |
| Include Path | #include "KismetPins/SGraphPinIntegerSlider.h" |
Syntax
class SGraphPinIntegerSlider : public SGraphPinNumSlider< int32 >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → SGraphPin → SGraphPinNumSlider → SGraphPinIntegerSlider
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → SGraphPin → SGraphPinNumSlider → SGraphPinIntegerSlider
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
KismetPins/SGraphPinIntegerSlider.h |
Protected
Overridden from SGraphPin
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > GetDefaultValueWidget() |
Build the widget we should put into the 'default value' space, shown when nothing connected | KismetPins/SGraphPinIntegerSlider.h |