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