FArguments

Windows
MacOS
Linux

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

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

ContentSplitterWidth

(
    float InArg
)

The width of the splitter slot for the main content

Public function

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.

Public function

WidgetArgsTy...

 

ExternalTimeSliderController

Optional Time Slider Controller which allows us to synchronize with an externally controlled Time Slider

Public function

WidgetArgsTy...

 

GridLineTint

(
    const TAttribute< FLinearColor >& ...
)

Color to draw grid lines

Public function

WidgetArgsTy...

 

MinimumViewPanelHeight

(
    float InArg
)

The minimum height for the panel which contains the curve editor views.

Public function

WidgetArgsTy...

 

TabManager

(
    TSharedPtr< FTabManager > InArg
)

Tab Manager which owns this panel.

Public function

NamedSlotPro...

 

TreeContent()

Widget slot for the tree content

Public function

WidgetArgsTy...

 

TreeSplitterWidth

(
    float InArg
)

The width of the splitter slot for the tree

Typedefs

Name

Description

WidgetArgsType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss