Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SNumericVectorInputBox
| Name | FVectorYArguments |
| 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 FVectorYArguments : public SNumericVectorInputBox< NumericType, VectorType, NumberOfComponents >::FVectorYArgumentsEmpty
Inheritance Hierarchy
- SNumericVectorInputBox< NumericType, VectorType, NumberOfComponents >::FVectorYArgumentsEmpty → SNumericVectorInputBox::FVectorYArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVectorYArguments() |
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 & ContextMenuExtenderY
(
const FMenuExtensionDelegate& InDelegate |
Menu extender delegate for the Y value | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & OnToggleYChanged
(
const FOnCheckStateChanged& InDelegate |
Called whenever the toggle Y changes state | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & OnYBeginSliderMovement
(
const FSimpleDelegate& InDelegate |
Called when the y value of the vector slider began movement | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & OnYChanged
(
const FOnNumericValueChanged& InDelegate |
Called when the Y value of the vector is changed | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & OnYCommitted
(
const FOnNumericValueCommitted& InDelegate |
Called when the Y value of the vector is committed | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & OnYEndSliderMovement
(
const FOnNumericValueChanged& InDelegate |
Called when the y value of the vector slider ended movement | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & ToggleYChecked
(
const TAttribute< ECheckBoxState >& InAttribute |
The value of the toggle Y checkbox | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & Y
(
const TAttribute< TOptional< NumericType > >& InAttribute |
Y Component of the vector | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & YColor
(
const TAttribute< FLinearColor >& InAttribute |
Widgets/Input/SVectorInputBox.h | ||
WidgetArgsType & YDisplayName
(
const TAttribute< FText >& InAttribute |
The DisplayName of the Y component of the vector | Widgets/Input/SVectorInputBox.h |