SGraphPinBool

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/KismetPins/SGraphPinBool.h

Include

#include "KismetPins/SGraphPinBool.h"

Syntax

class SGraphPinBool : public SGraphPin

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs,
    UEdGraphPin* InGraphPinObj
)

Protected function Const

ECheckBoxSta...

 

IsDefaultValueChecked()

Determine if the check box should be checked or not

Protected function

void

 

OnDefaultValueCheckBoxChanged

(
    ECheckBoxState InIsChecked
)

Called when check box is changed

Overridden from SGraphPin

Name Description

Protected function Virtual

TSharedRef< ...

 

GetDefaultValueWidget()

Build the widget we should put into the 'default value' space, shown when nothing connected

Classes

Name

Description

Public struct

FArguments

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss