Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/SCurveEditorPanel
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/CurveEditor/Public/SCurveEditorPanel.h |
| Include Path | #include "SCurveEditorPanel.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SCurveEditorPanel >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SCurveEditorPanel::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SCurveEditorPanel.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SCurveEditorPanel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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. | SCurveEditorPanel.h | |
WidgetArgsType & ExternalTimeSliderController
(
TSharedPtr< ITimeSliderController > InArg |
Optional Time Slider Controller which allows us to synchronize with an externally controlled Time Slider | SCurveEditorPanel.h | |
WidgetArgsType & GridLineTint
(
const TAttribute< FLinearColor >& InAttribute |
Color to draw grid lines | SCurveEditorPanel.h | |
WidgetArgsType & MinimumViewPanelHeight
(
float InArg |
The minimum height for the panel which contains the curve editor views. | SCurveEditorPanel.h | |
WidgetArgsType & TabManager
(
TSharedPtr< FTabManager > InArg |
Tab Manager which owns this panel. | SCurveEditorPanel.h | |
NamedSlotProperty< FArguments > TreeContent() |
Widget slot for the tree content | SCurveEditorPanel.h |