Navigation
API > API/Editor > API/Editor/GraphEditor
| Name | SGraphPinVector2DSlider |
| Type | class |
| Header File | /Engine/Source/Editor/GraphEditor/Public/KismetPins/SGraphPinVector2DSlider.h |
| Include Path | #include "KismetPins/SGraphPinVector2DSlider.h" |
Syntax
template<typename NumericType>
class SGraphPinVector2DSlider : public SGraphPin
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → SGraphPin → SGraphPinVector2DSlider
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → SGraphPin → SGraphPinVector2DSlider
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PinProperty | FProperty * | KismetPins/SGraphPinVector2DSlider.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
KismetPins/SGraphPinVector2DSlider.h |
Protected
Overridden from SGraphPin
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > GetDefaultValueWidget() |
Function to create class specific widget. | KismetPins/SGraphPinVector2DSlider.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString MakeVector2DString
(
NumericType X, |
KismetPins/SGraphPinVector2DSlider.h |