STableRow::FArguments::SignalSelectionMode

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

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Widgets/Views/STableRow.h"

Syntax

WidgetArgsType & SignalSelectionMode
(
    ETableRowSignalSelectionMode InArg
)

Remarks

The Signal Selection mode affect when the owner table gets notified that the selection has changed. This only affect the selection with the left mouse button! When Deferred, the owner table will get notified when the button is released or when a drag started. When Instantaneous, the owner table is notified as soon as the selection changed.

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