Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/SCurveEditorPanel
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SCurveEditorPanel::FArguments
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/SCurveEditorPanel.h |
| Include | #include "SCurveEditorPanel.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SCurveEditorPanel >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | DisabledTimeSnapTooltip
(
const TAttribute< FText >& InAttribute |
If specified, causes the time snap adjustment UI controls to be disabled and specifies the tooltip to be used. | |
| WidgetArgsType & | ExternalTimeSliderController
(
TSharedPtr< ITimeSliderController > InArg |
Optional Time Slider Controller which allows us to synchronize with an externally controlled Time Slider | |
| WidgetArgsType & | GridLineTint
(
const TAttribute< FLinearColor >& InAttribute |
Color to draw grid lines | |
| WidgetArgsType & | MinimumViewPanelHeight
(
float InArg |
The minimum height for the panel which contains the curve editor views. | |
| WidgetArgsType & | TabManager
(
TSharedPtr< FTabManager > InArg |
Tab Manager which owns this panel. | |
| NamedSlotProperty< FArguments > | TreeContent () |
Widget slot for the tree content |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |