SGraphPinNum

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

GraphEditor

Header

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

Include

#include "KismetPins/SGraphPinNum.h"

Syntax

template<typename NumericType>
class SGraphPinNum : public SGraphPin

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs,
    UEdGraphPin* InGraphPinObj
)

Protected function Const

TOptional< N...

 

GetNumericValue()

Protected function

void

 

SetNumericValue

(
    NumericType InValue,
    ETextCommit::Type CommitType
)

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