Navigation
API > API/Editor > API/Editor/GraphEditor
| Name | SGraphPinVectorSlider |
| Type | class |
| Header File | /Engine/Source/Editor/GraphEditor/Public/KismetPins/SGraphPinVectorSlider.h |
| Include Path | #include "KismetPins/SGraphPinVectorSlider.h" |
Syntax
template<typename NumericType>
class SGraphPinVectorSlider : public SGraphPin
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → SGraphPin → SGraphPinVectorSlider
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → SGraphPin → SGraphPinVectorSlider
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FVectorType | UE::Math::TVector< NumericType > | KismetPins/SGraphPinVectorSlider.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsRotator | bool | Flag is true if the widget is used to represent a rotator; false otherwise. | KismetPins/SGraphPinVectorSlider.h | |
| PinProperty | FProperty * | Property to get metadata values out of for the slider widget. | KismetPins/SGraphPinVectorSlider.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
KismetPins/SGraphPinVectorSlider.h |
Protected
Overridden from SGraphPin
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > GetDefaultValueWidget() |
Function to create class specific widget. | KismetPins/SGraphPinVectorSlider.h |