Navigation
API > API/Editor > API/Editor/GraphEditor
Class implementation to create 3 editable text boxes to represent vector/rotator graph pin.
| Name | SVectorTextBox |
| Type | class |
| Header File | /Engine/Source/Editor/GraphEditor/Public/KismetPins/SVectorTextBox.h |
| Include Path | #include "KismetPins/SVectorTextBox.h" |
Syntax
template<typename NumericType>
class SVectorTextBox : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SVectorTextBox
- FSlateControlledConstruction → SWidget → SCompoundWidget → SVectorTextBox
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnNumericValueCommitted | TBaseDelegate_TwoParams< void, NumericType, ETextCommit::Type > | Notification for numeric value committed. | KismetPins/SVectorTextBox.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsRotator | bool | KismetPins/SVectorTextBox.h | ||
| VisibleText_0 | TAttribute< FString > | KismetPins/SVectorTextBox.h | ||
| VisibleText_1 | TAttribute< FString > | KismetPins/SVectorTextBox.h | ||
| VisibleText_2 | TAttribute< FString > | KismetPins/SVectorTextBox.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/SVectorTextBox.h |