Navigation
API > API/Editor > API/Editor/GraphEditor
| Name | SGraphPinBool |
| Type | class |
| Header File | /Engine/Source/Editor/GraphEditor/Public/KismetPins/SGraphPinBool.h |
| Include Path | #include "KismetPins/SGraphPinBool.h" |
Syntax
class SGraphPinBool : public SGraphPin
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → SGraphPin → SGraphPinBool
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → SGraphPin → SGraphPinBool
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
KismetPins/SGraphPinBool.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ECheckBoxState IsDefaultValueChecked() |
Determine if the check box should be checked or not | KismetPins/SGraphPinBool.h | |
void OnDefaultValueCheckBoxChanged
(
ECheckBoxState InIsChecked |
Called when check box is changed | KismetPins/SGraphPinBool.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/SGraphPinBool.h |