Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/KismetPins
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SBorder
- SGraphPin
- SGraphPinString
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/KismetPins/SGraphPinString.h |
| Include | #include "KismetPins/SGraphPinString.h" |
Syntax
class SGraphPinString : public SGraphPin
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| bool | |||
| FText | |||
| void | SetTypeInValue
(
const FText& NewTypeInValue, |
Overridden from SGraphPin
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | Build the widget we should put into the 'default value' space, shown when nothing connected |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |