Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SNumericVectorInputBox
| Name | FVectorXArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SVectorInputBox.h |
| Include Path | #include "Widgets/Input/SVectorInputBox.h" |
Syntax
template<typename ArgumentType>
struct FVectorXArguments : public SNumericVectorInputBox< NumericType, VectorType, NumberOfComponents >::FVectorXArgumentsEmpty
Inheritance Hierarchy
- SNumericVectorInputBox< NumericType, VectorType, NumberOfComponents >::FVectorXArgumentsEmpty → SNumericVectorInputBox::FVectorXArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVectorXArguments() |
Widgets/Input/SVectorInputBox.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | ArgumentType | Widgets/Input/SVectorInputBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & ContextMenuExtenderX
(
const FMenuExtensionDelegate& InDelegate |
Menu extender delegate for the X value | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & OnToggleXChanged
(
const FOnCheckStateChanged& InDelegate |
Called whenever the toggle X changes state | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & OnXBeginSliderMovement
(
const FSimpleDelegate& InDelegate |
Called when the x value of the vector slider began movement | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & OnXChanged
(
const FOnNumericValueChanged& InDelegate |
Called when the x value of the vector is changed | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & OnXCommitted
(
const FOnNumericValueCommitted& InDelegate |
Called when the x value of the vector is committed | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & OnXEndSliderMovement
(
const FOnNumericValueChanged& InDelegate |
Called when the x value of the vector slider ended movement | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & ToggleXChecked
(
const TAttribute< ECheckBoxState >& InAttribute |
The value of the toggle X checkbox | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & X
(
const TAttribute< TOptional< NumericType > >& InAttribute |
X Component of the vector | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & XColor
(
const TAttribute< FLinearColor >& InAttribute |
Widgets/Input/SVectorInputBox.h | ||
WidgetArgsType & XDisplayName
(
const TAttribute< FText >& InAttribute |
The DisplayName of the X component of the vector | Widgets/Input/SVectorInputBox.h |