FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableRow.h

Include

#include "Widgets/Views/STableRow.h"

Syntax

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

NamedSlotPro...

 

Content()

Public function

WidgetArgsTy...

 

ExpanderStyleSet

(
    const ISlateStyle* InArg
)

Public function

WidgetArgsTy...

 

OnAcceptDrop

(
    const FOnAcceptDrop& InDelegate
)

Perform a drop operation onto the target row widget Most commonly used for executing a re-ordering and re-organization operations in lists or trees.

Public function

WidgetArgsTy...

 

OnCanAcceptDrop

(
    const FOnCanAcceptDrop& InDelegate
)

Handle this event to determine whether a drag and drop operation can be executed on top of the target row widget.

Public function

WidgetArgsTy...

 

OnDragDetected

(
    const FOnDragDetected& InDelegate
)

Low level DragAndDrop.

Public function

WidgetArgsTy...

 

OnDragEnter

(
    const FOnTableRowDragEnter& InDele...
)

Public function

WidgetArgsTy...

 

OnDragLeave

(
    const FOnTableRowDragLeave& InDele...
)

Public function

WidgetArgsTy...

 

OnDrop

(
    const FOnTableRowDrop& InDelegate
)

Public function

WidgetArgsTy...

 

Padding

(
    const TAttribute< FMargin >& InAtt...
)

Public function

WidgetArgsTy...

 

ShowSelection

(
    bool InArg
)

Public function

WidgetArgsTy...

 

ShowWires

(
    bool InArg
)

Public function

WidgetArgsTy...

 

SignalSelectionMode

The Signal Selection mode affect when the owner table gets notified that the selection has changed.

Public function

WidgetArgsTy...

 

Style

(
    const FTableRowStyle* InArg
)

Operators

Name Description

Public function

STableRow< I...

 

operator[]

(
    const TSharedRef< SWidget > InChild
)

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