Navigation
API > API/Editor > API/Editor/CurveEditor
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.
| Name | SGridLineSpacingList |
| Type | class |
| Header File | /Engine/Source/Editor/CurveEditor/Public/SGridLineSpacingList.h |
| Include Path | #include "SGridLineSpacingList.h" |
Syntax
class SGridLineSpacingList : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SGridLineSpacingList
- FSlateControlledConstruction → SWidget → SCompoundWidget → SGridLineSpacingList
Classes
| Name | Remarks |
|---|---|
| FNamedValue | Represents a named numeric value for display in the drop down menu. |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnValueChanged | TBaseDelegate_OneParam< void, TOptional< float > > | SGridLineSpacingList.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bShowNamedValue | TAttribute< bool > | SGridLineSpacingList.h | ||
| DropDownValues | TArray< FNamedValue > | SGridLineSpacingList.h | ||
| OnValueChanged | FOnValueChanged | SGridLineSpacingList.h | ||
| Value | TAttribute< TOptional< float > > | SGridLineSpacingList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
SGridLineSpacingList.h |