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
Structs
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,
UEdGraphPin* InGraphPinObj
)
|
|
KismetPins/SGraphPinVector4.h |
|
Protected
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual TSharedRef< SWidget > GetDefaultValueWidget()
|
Function to create class specific widget. |
KismetPins/SGraphPinVector4.h |
|