Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SNumericVectorInputBox
| Name | FVectorZArguments |
| 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 FVectorZArguments : public SNumericVectorInputBox< NumericType, VectorType, NumberOfComponents >::FVectorZArgumentsEmpty
Inheritance Hierarchy
- SNumericVectorInputBox< NumericType, VectorType, NumberOfComponents >::FVectorZArgumentsEmpty → SNumericVectorInputBox::FVectorZArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVectorZArguments() |
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 & ContextMenuExtenderZ
(
const FMenuExtensionDelegate& InDelegate |
Menu extender delegate for the Z value | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & OnToggleZChanged
(
const FOnCheckStateChanged& InDelegate |
Called whenever the toggle Z changes state | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & OnZBeginSliderMovement
(
const FSimpleDelegate& InDelegate |
Called when the z value of the vector slider began movement | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & OnZChanged
(
const FOnNumericValueChanged& InDelegate |
Called when the Z value of the vector is changed | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & OnZCommitted
(
const FOnNumericValueCommitted& InDelegate |
Called when the Z value of the vector is committed | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & OnZEndSliderMovement
(
const FOnNumericValueChanged& InDelegate |
Called when the z value of the vector slider ended movement | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & ToggleZChecked
(
const TAttribute< ECheckBoxState >& InAttribute |
The value of the toggle Z checkbox | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & Z
(
const TAttribute< TOptional< NumericType > >& InAttribute |
Z Component of the vector | Widgets/Input/SVectorInputBox.h | |
WidgetArgsType & ZColor
(
const TAttribute< FLinearColor >& InAttribute |
Widgets/Input/SVectorInputBox.h | ||
WidgetArgsType & ZDisplayName
(
const TAttribute< FText >& InAttribute |
The DisplayName of the Z component of the vector | Widgets/Input/SVectorInputBox.h |