Navigation
API > API/Editor > API/Editor/GraphEditor
| Name | SGraphPinString |
| Type | class |
| Header File | /Engine/Source/Editor/GraphEditor/Public/KismetPins/SGraphPinString.h |
| Include Path | #include "KismetPins/SGraphPinString.h" |
Syntax
class SGraphPinString : public SGraphPin
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → SGraphPin → SGraphPinString
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → SGraphPin → SGraphPinString
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ComboBoxOptions | TArray< TSharedPtr< FString > > | KismetPins/SGraphPinString.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
KismetPins/SGraphPinString.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetDefaultValueIsReadOnly() |
KismetPins/SGraphPinString.h | ||
FText GetTypeInValue() |
KismetPins/SGraphPinString.h | ||
virtual void SetTypeInValue
(
const FText& NewTypeInValue, |
KismetPins/SGraphPinString.h |
Overridden from SGraphPin
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > GetDefaultValueWidget() |
Build the widget we should put into the 'default value' space, shown when nothing connected | KismetPins/SGraphPinString.h |