Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/KismetPins
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SVectorTextBox
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
Remarks
Class implementation to create 3 editable text boxes to represent vector/rotator graph pin.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Construct editable text boxes with the appropriate getter & setter functions along with tool tip text. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Typedefs
| Name | Description |
|---|---|
| FOnNumericValueCommitted | Notification for numeric value committed. |