Navigation
API > API/Runtime > API/Runtime/Slate
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SNumericVectorInputBox
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/SlateFwd.h |
| Include | #include "SlateFwd.h" |
Syntax
template<typename NumericType, typename VectorType, int32 NumberOfComponents>
class SNumericVectorInputBox : public SCompoundWidget
Remarks
Vector Slate control
Typedefs
| Name | Description |
|---|---|
| FOnConstrainVector | Delegate to constrain the vector during a change |
| FOnNumericValueChanged | Notification for numeric value change |
| FOnNumericValueCommitted | Notification for numeric value committed |
| FOnVectorValueChanged | Notification for vector value change |
| FOnVectorValueCommitted | Notification for vector value committed |
| ThisClass |