Navigation
Unreal Engine C++ API Reference > Editor > CurveEditor
Inheritance Hierarchy
References
Module | CurveEditor |
Header | /Engine/Source/Editor/CurveEditor/Public/SGridLineSpacingList.h |
Include | #include "SGridLineSpacingList.h" |
Syntax
class SGridLineSpacingList : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\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 |
---|---|---|
Public struct | FArguments | |
Public class | FNamedValue | Represents a named numeric value for display in the drop down menu. |
Typedefs
Name | Description |
---|---|
FOnValueChanged |