Navigation
API > API/Editor > API/Editor/GraphEditor
Class implementation to create 2 editable text boxes to represent vector2D graph pin.
| Name | SVector2DTextBox |
| Type | class |
| Header File | /Engine/Source/Editor/GraphEditor/Public/KismetPins/SVector2DTextBox.h |
| Include Path | #include "KismetPins/SVector2DTextBox.h" |
Syntax
template<typename NumericType>
class SVector2DTextBox : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SVector2DTextBox
- FSlateControlledConstruction → SWidget → SCompoundWidget → SVector2DTextBox
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnNumericValueCommitted | TBaseDelegate_TwoParams< void, NumericType, ETextCommit::Type > | Notification for numeric value committed. | KismetPins/SVector2DTextBox.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| VisibleText_X | TAttribute< FString > | KismetPins/SVector2DTextBox.h | ||
| VisibleText_Y | TAttribute< FString > | KismetPins/SVector2DTextBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Construct editable text boxes with the appropriate getter & setter functions along with tool tip text. | KismetPins/SVector2DTextBox.h |