FArguments

Unreal Engine C++ API Reference > Editor > CurveEditor > SCurveEditorPanel

Inheritance Hierarchy

References

   
Module CurveEditor
Header /Engine/Source/Editor/CurveEditor/Public/SCurveEditorPanel.h
Include #include "SCurveEditorPanel.h"

Syntax

struct FArguments : public [TSlateBaseNamedArgs< SCurveEditorPanel >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)  

Constructors

Type Name Description
  FArguments ()  

Functions

Type Name Description
WidgetArgsTy... DisabledTimeSnapTooltip ( const TAttribute< FText >& InAttri... ) If specified, causes the time snap adjustment UI controls to be disabled and specifies the tooltip to be used.
WidgetArgsTy... ExternalTimeSliderController ( TSharedPtr< ITimeSliderController >... ) Optional Time Slider Controller which allows us to synchronize with an externally controlled Time Slider
WidgetArgsTy... GridLineTint ( const TAttribute< FLinearColor >& ... ) Color to draw grid lines
WidgetArgsTy... MinimumViewPanelHeight ( float InArg ) The minimum height for the panel which contains the curve editor views.
WidgetArgsTy... TabManager ( TSharedPtr< FTabManager > InArg ) Tab Manager which owns this panel.
NamedSlotPro... TreeContent () Widget slot for the tree content

Typedefs

Name Description
WidgetArgsType  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library