Navigation
API > API/Editor > API/Editor/CurveEditor
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SGridLineSpacingList
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/SGridLineSpacingList.h |
| Include | #include "SGridLineSpacingList.h" |
Syntax
class SGridLineSpacingList : public SCompoundWidget
Remarks
A widget which creates a list of pre-determined numbers and a spot to enter a custom number. Similar to SNumericList but without the dropdown menu.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments | |||
| FNamedValue | Represents a named numeric value for display in the drop down menu. |
Typedefs
| Name | Description |
|---|---|
| FOnValueChanged |