SGraphPinBool

Unreal Engine C++ API Reference > Editor > GraphEditor > KismetPins

Inheritance Hierarchy

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/KismetPins/SGraphPinBool.h
Include #include "KismetPins/SGraphPinBool.h"

Syntax

class SGraphPinBool : public [SGraphPin](API\Editor\GraphEditor\SGraphPin)  

Functions

Type Name Description
void Construct ( const FArguments& InArgs, UEdGraphPin* InGraphPinObj )  
ECheckBoxSta... IsDefaultValueChecked () Determine if the check box should be checked or not
void OnDefaultValueCheckBoxChanged ( ECheckBoxState InIsChecked ) Called when check box is changed

Overridden from SGraphPin

Type Name Description
TSharedRef< ... GetDefaultValueWidget () Build the widget we should put into the 'default value' space, shown when nothing connected

Classes

Type Name Description
Public struct FArguments  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library