Navigation
API > API/Editor > API/Editor/GraphEditor
| Name | SGraphPinNumSlider |
| Type | class |
| Header File | /Engine/Source/Editor/GraphEditor/Public/KismetPins/SGraphPinNumSlider.h |
| Include Path | #include "KismetPins/SGraphPinNumSlider.h" |
Syntax
template<typename NumericType>
class SGraphPinNumSlider : public SGraphPin
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → SGraphPin → SGraphPinNumSlider
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → SGraphPin → SGraphPinNumSlider
Derived Classes
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsUsingSlider | bool | KismetPins/SGraphPinNumSlider.h | ||
| bShouldShowDisabledWhenConnected | bool | KismetPins/SGraphPinNumSlider.h | ||
| LastSliderCommittedValue | NumericType | KismetPins/SGraphPinNumSlider.h | ||
| MinDesiredBoxWidth | float | KismetPins/SGraphPinNumSlider.h | ||
| PinProperty | FProperty * | KismetPins/SGraphPinNumSlider.h | ||
| SliderValue | NumericType | KismetPins/SGraphPinNumSlider.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
KismetPins/SGraphPinNumSlider.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOptional< NumericType > GetNumericValue() |
KismetPins/SGraphPinNumSlider.h | ||
void OnBeginSliderMovement() |
Called when the slider begins to move. | KismetPins/SGraphPinNumSlider.h | |
void OnEndSliderMovement
(
NumericType NewValue |
Called when the slider stops moving. | KismetPins/SGraphPinNumSlider.h | |
void OnValueChanged
(
NumericType NewValue |
KismetPins/SGraphPinNumSlider.h | ||
void OnValueCommitted
(
NumericType NewValue, |
KismetPins/SGraphPinNumSlider.h |
Overridden from SGraphPin
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EVisibility GetDefaultValueVisibility() |
KismetPins/SGraphPinNumSlider.h | ||
virtual TSharedRef< SWidget > GetDefaultValueWidget() |
Build the widget we should put into the 'default value' space, shown when nothing connected | KismetPins/SGraphPinNumSlider.h |