Navigation
Unreal Engine C++ API Reference > Editor > GraphEditor > KismetPins
Inheritance Hierarchy
References
Module | GraphEditor |
Header | /Engine/Source/Editor/GraphEditor/Public/KismetPins/SVectorTextBox.h |
Include | #include "KismetPins/SVectorTextBox.h" |
Syntax
template<typename NumericType>
class SVectorTextBox : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
Remarks
Class implementation to create 3 editable text boxes to represent vector/rotator graph pin.
Functions
Type | Name | Description |
---|---|---|
void | Construct ( const FArguments& InArgs, const bool bInIsRotator ) | Construct editable text boxes with the appropriate getter & setter functions along with tool tip text. |
Classes
Type | Name | Description |
---|---|---|
Public struct | FArguments |
Typedefs
Name | Description |
---|---|
FOnNumericValueCommitted | Notification for numeric value committed. |