Navigation
Unreal Engine C++ API Reference > Editor > GraphEditor > KismetPins
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](API\Editor\GraphEditor\SGraphPin)
Functions
Type | Name | Description |
---|---|---|
void | Construct ( const FArguments& InArgs, UEdGraphPin* InGraphPinObj ) | |
TOptional< N... | GetNumericValue () | |
void | SetNumericValue ( NumericType InValue, ETextCommit::Type CommitType ) |
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 |